Skip to content

Commit b8085c4

Browse files
authored
Merge pull request #1 from kellytk/patch-1
Fix grammar
2 parents a286679 + 4f0b57e commit b8085c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/XXXX-multi-line-string-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ break lines using string concatenation. Concatenation is ungainly and may result
2424
## Proposed solution
2525

2626
After consideration this proposal puts forward a single simple syntax for inclusion: `"""long strings"""`.
27-
This has the advantage that it is well supported by syntax the highlighters on github and existing editors
27+
This has the advantage that it is well supported by the syntax highlighters on github and existing editors
2828
and is a relatively minor change to the Swift Lexer. Interpolation would work as before.
2929

3030
### Long strings

0 commit comments

Comments
 (0)