Skip to content

Commit 97a24c6

Browse files
authored
Fix wording for range operator spacing rule in F# style guide (#49311)
1 parent fe7d068 commit 97a24c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/style-guide/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ x ^^^ y // Bitwise xor, also for working with “flags” enumeration
660660

661661
### Formatting range operator expressions
662662

663-
Only add spaces around the `..` when all expressions are non-atomic.
663+
Only add spaces around the `..` if any expression is non-atomic.
664664
Integers and single word identifiers are considered atomic.
665665

666666
```fsharp

0 commit comments

Comments
 (0)