Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/fsharp/style-guide/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ x ^^^ y // Bitwise xor, also for working with “flags” enumeration

### Formatting range operator expressions

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

```fsharp
Expand Down
Loading