Skip to content

Commit 1e11240

Browse files
authored
style: remove comma
- for correlative conjunction
1 parent 6883e3e commit 1e11240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/StringsAndCharacters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Here are three more double quotes: """
353353

354354
To create an empty `String` value as the starting point
355355
for building a longer string,
356-
either assign an empty string literal to a variable,
356+
either assign an empty string literal to a variable
357357
or initialize a new `String` instance with initializer syntax:
358358

359359
```swift

0 commit comments

Comments
 (0)