Fix grammar in Route doc comment (#63132)

This commit is contained in:
John Ryan
2020-08-06 16:26:04 -07:00
committed by GitHub
parent 99ea866247
commit c7e63113b2

View File

@@ -109,7 +109,7 @@ enum RoutePopDisposition {
/// platform-adaptive transition.
///
/// 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
/// with this route may change during the lifetime of the route. If the
/// [Navigator] updates the page of this route, it calls [changedInternalState]