Skip to content

Commit c0e3bef

Browse files
committed
Tweak
1 parent 91a93a8 commit c0e3bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Evolution/DelimiterSyntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Postfix `/` operators would be okay, as they'd only be treated as regex literal
112112

113113
#### Prefix operators containing `/`
114114

115-
Prefix operators *containing* `/` (not just at the start) would likely need banning too, in order to allow prefix operators to be used with regex literals in an unambiguous way, e.g:
115+
Prefix operators *containing* `/` (not just at the start) need banning too, in order to allow prefix operators to be used with regex literals in an unambiguous way, e.g:
116116

117117
```swift
118118
let x = !/y / .foo()

0 commit comments

Comments
 (0)