Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
chore(docs): Fixed a broken autolink in dartdoc for route
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed Oct 10, 2014
1 parent a30986b commit f8d0123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routing/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
* potentially veto the navigation by passing a `Future<bool>` to
* `RoutePreLeaveEvent.allowLeave`.
*
* Notice that we create a [RouteHandle] for our route. `RouteHandle` are
* Notice that we create a `RouteHandle` for our route. `RouteHandle` are
* a convenient wrapper around `Route` that makes unsubscribing route events
* easier. For example, notice that we didn't need to manually call
* `StreamSubscription.cancel` for subscription to `Route.onPreLeave`. Calling
Expand Down

0 comments on commit f8d0123

Please sign in to comment.