Fix grammar in Route doc comment (#63132)
This commit is contained in:
parent
99ea866247
commit
c7e63113b2
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user