Skip to content

Commit 4032902

Browse files
committed
html comments fix
1 parent 2263a13 commit 4032902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/matchers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class _RouteMatcher<T> extends Matcher {
9494
hasMaintainStateMatcher ||
9595
hasFullscreenDialogMatcher;
9696

97-
/// Takes an [input] string that looks like "FooBarRoute\<MyType\>" and extracts
97+
/// Takes an [input] string that looks like `FooBarRoute<MyType>` and extracts
9898
/// the part "MyType".
9999
///
100100
/// If the `Route<` part cannot be found, it returns the input string

0 commit comments

Comments
 (0)