Skip to content

Commit 822a046

Browse files
authored
Fix typo (flutter#944)
1 parent ce84cdc commit 822a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

navigation_and_routing/lib/src/routing/route_state.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class RouteState extends ChangeNotifier {
3636
}
3737
}
3838

39-
/// Provides the current [RouteState] to descendent widgets in the tree.
39+
/// Provides the current [RouteState] to descendant widgets in the tree.
4040
class RouteStateScope extends InheritedNotifier<RouteState> {
4141
const RouteStateScope({
4242
required RouteState notifier,

0 commit comments

Comments
 (0)