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

Commit f8d0123

Browse files
committed
chore(docs): Fixed a broken autolink in dartdoc for route
1 parent a30986b commit f8d0123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routing/module.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
* potentially veto the navigation by passing a `Future<bool>` to
102102
* `RoutePreLeaveEvent.allowLeave`.
103103
*
104-
* Notice that we create a [RouteHandle] for our route. `RouteHandle` are
104+
* Notice that we create a `RouteHandle` for our route. `RouteHandle` are
105105
* a convenient wrapper around `Route` that makes unsubscribing route events
106106
* easier. For example, notice that we didn't need to manually call
107107
* `StreamSubscription.cancel` for subscription to `Route.onPreLeave`. Calling

0 commit comments

Comments
 (0)