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 2846e9a commit b05cdfeCopy full SHA for b05cdfe
packages/devtools_app/lib/src/debugger/span_parser.dart
@@ -504,7 +504,7 @@ class _MultilineMatcher extends _Matcher {
504
505
/// A [_Matcher] that corresponds to an `include` rule referenced in a
506
/// `patterns` array. Allows for executing rules defined within a
507
-/// [Respository].
+/// [Repository].
508
class _IncludeMatcher extends _Matcher {
509
_IncludeMatcher(String include)
510
: include = include.substring(1),
0 commit comments