Skip to content

Commit b05cdfe

Browse files
Fix typo. (#2601)
1 parent 2846e9a commit b05cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools_app/lib/src/debugger/span_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ class _MultilineMatcher extends _Matcher {
504504

505505
/// A [_Matcher] that corresponds to an `include` rule referenced in a
506506
/// `patterns` array. Allows for executing rules defined within a
507-
/// [Respository].
507+
/// [Repository].
508508
class _IncludeMatcher extends _Matcher {
509509
_IncludeMatcher(String include)
510510
: include = include.substring(1),

0 commit comments

Comments
 (0)