Skip to content

Commit

Permalink
fixup! typo
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Jan 12, 2019
1 parent 7289d98 commit fe27dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/my_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class _MyRouteState extends State<MyRoute> with SingleTickerProviderStateMixin {
false;
}

// Toggles the local stared/not-stated status of routeName (defaults to
// Toggles the local stared/not-stared status of routeName (defaults to
// this.widget.routeName).
void _toggleStared([String routeName]) {
routeName ??= this.widget.routeName;
Expand Down

0 comments on commit fe27dad

Please sign in to comment.