Skip to content

Commit

Permalink
Docs: fix no-sequences with examples (#12239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored and mysticatea committed Sep 13, 2019
1 parent a41fdc0 commit d52328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-sequences.md
Expand Up @@ -60,7 +60,7 @@ switch ((val = foo(), val)) {}

while ((val = foo(), val < 42));

// with ((doSomething(), val)) {}
with ((doSomething(), val)) {}
```

## When Not To Use It
Expand Down

0 comments on commit d52328f

Please sign in to comment.