Skip to content

Commit

Permalink
Update auto_correct.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck authored and bbatsov committed Dec 23, 2018
1 parent bae46e6 commit 0d65c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/auto_correct.md
Expand Up @@ -16,7 +16,7 @@ Some automatic corrections that _are_ possible have not been implemented yet.
$ rubocop --safe-auto-correct
```

In 2018, RuboCop began to annotate cops as `Safe` or not safe.
In RuboCop 0.60, we began to annotate cops as `Safe` or not safe.

> - Safe (true/false) - indicates whether the cop can yield false positives (by
> design) or not.
Expand Down

0 comments on commit 0d65c6d

Please sign in to comment.