We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a286679 + 4f0b57e commit b8085c4Copy full SHA for b8085c4
proposals/XXXX-multi-line-string-literals.md
@@ -24,7 +24,7 @@ break lines using string concatenation. Concatenation is ungainly and may result
24
## Proposed solution
25
26
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
+This has the advantage that it is well supported by the syntax highlighters on github and existing editors
28
and is a relatively minor change to the Swift Lexer. Interpolation would work as before.
29
30
### Long strings
0 commit comments