Skip to content

Commit

Permalink
fix(useNamingConvention): fix error in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 committed Nov 15, 2024
1 parent 6d8b406 commit d5c0c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ declare_lint_rule! {
/// "conventions": [
/// {
/// "selector": {
/// "kind": "memberLike",
/// "kind": "classMember",
/// "modifiers": ["private"]
/// },
/// "match": "_(.+)",
Expand Down

0 comments on commit d5c0c1f

Please sign in to comment.