Skip to content

Commit

Permalink
Fix comment regarding how credo:disable-for-lines works
Browse files Browse the repository at this point in the history
  • Loading branch information
StandardMikeBenza committed Mar 15, 2024
1 parent ae78bd8 commit 82498fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/configuration/config_comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end

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

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

```elixir
# credo:disable-for-lines:3
Expand Down

0 comments on commit 82498fa

Please sign in to comment.