diff --git a/docs/fsharp/style-guide/formatting.md b/docs/fsharp/style-guide/formatting.md index a78f48945aad8..b6f268185e79a 100644 --- a/docs/fsharp/style-guide/formatting.md +++ b/docs/fsharp/style-guide/formatting.md @@ -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