Skip to content

Commit

Permalink
Docs: Typo fix 'and' -> 'any' (#6326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored and michaelficarra committed Jun 6, 2016
1 parent d49ab4b commit c1953fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-fallthrough.md
Expand Up @@ -60,7 +60,7 @@ In this example, there is no confusion as to the expected behavior. It is clear

## Rule Details

This rule is aimed at eliminating unintentional fallthrough of one case to the other. As such, it flags and fallthrough scenarios that are not marked by a comment.
This rule is aimed at eliminating unintentional fallthrough of one case to the other. As such, it flags any fallthrough scenarios that are not marked by a comment.

Examples of **incorrect** code for this rule:

Expand Down

0 comments on commit c1953fa

Please sign in to comment.