diff --git a/packages/go_router/example/lib/shell_route.dart b/packages/go_router/example/lib/shell_route.dart index 1628151d9371..7ffc474b0fd3 100644 --- a/packages/go_router/example/lib/shell_route.dart +++ b/packages/go_router/example/lib/shell_route.dart @@ -87,7 +87,7 @@ class ShellRouteExampleApp extends StatelessWidget { }, routes: [ // The details screen to display stacked on the inner Navigator. - // This will cover screen A but not the application shell. + // This will cover screen C but not the application shell. GoRoute( path: 'details', builder: (BuildContext context, GoRouterState state) {