We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd73c0 commit b6318eaCopy full SHA for b6318ea
lib/src/matchers.dart
@@ -84,7 +84,7 @@ class _RouteMatcher<T> extends Matcher {
84
hasFullscreenDialogMatcher;
85
86
/// Takes an [input] string that looks like `FooBarRoute<MyType>` and extracts
87
- /// the part "MyType".
+ /// the part `MyType`.
88
///
89
/// If the `Route<` part cannot be found, it returns the input string
90
/// unchaged.
0 commit comments