Unverified Commit c7e63113 authored by John Ryan's avatar John Ryan Committed by GitHub

Fix grammar in Route doc comment (#63132)

parent 99ea8662
...@@ -109,7 +109,7 @@ enum RoutePopDisposition { ...@@ -109,7 +109,7 @@ enum RoutePopDisposition {
/// platform-adaptive transition. /// platform-adaptive transition.
/// ///
/// A route can belong to a page if the [settings] are a subclass of [Page]. A /// A route can belong to a page if the [settings] are a subclass of [Page]. A
/// page-based route, as opposite to pageless route, is created from /// page-based route, as opposed to a pageless route, is created from
/// [Page.createRoute] during [Navigator.pages] updates. The page associated /// [Page.createRoute] during [Navigator.pages] updates. The page associated
/// with this route may change during the lifetime of the route. If the /// with this route may change during the lifetime of the route. If the
/// [Navigator] updates the page of this route, it calls [changedInternalState] /// [Navigator] updates the page of this route, it calls [changedInternalState]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment