Skip to content

Commit f24e925

Browse files
authored
Merge pull request #1118 from StandardMikeBenza/fix-preceding
2 parents ae78bd8 + 82498fa commit f24e925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/configuration/config_comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ end
107107

108108
## `credo:disable-for-lines:<count>`
109109

110-
This config comment can be used to disable Credo for the preceding line of source code:
110+
This config comment can be used to disable Credo for the following `<count>` lines of source code:
111111

112112
```elixir
113113
# credo:disable-for-lines:3

0 commit comments

Comments
 (0)