Skip to content

Commit aed2fe9

Browse files
Update doc/user_guide/checkers/features.rst
Co-authored-by: Jacob Walls <[email protected]>
1 parent c9fbf52 commit aed2fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user_guide/checkers/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ Verbatim name of the checker is ``match_statements``.
681681
Match Statements checker Messages
682682
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
683683
:unreachable-match-patterns (E5000): *The name capture `case %s` makes the remaining patterns unreachable. Use a dotted name(for example an enum) to fix this*
684-
Emitted when a name capture pattern in a match statement is used and there
684+
Emitted when a name capture pattern is used in a match statement and there
685685
are case statements below it.
686686

687687

0 commit comments

Comments
 (0)