Skip to content

Commit 7d77240

Browse files
amartini51rolsen8
andcommitted
Clean up introductory wording
With the "in the following" wording, we'd want a colon and a list. Co-authored-by: Robert Olsen <[email protected]>
1 parent d3819ea commit 7d77240

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

TSPL.docc/LanguageGuide/CollectionTypes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ and is used throughout this guide when referring to the type of an array.
7070

7171
### Creating an Empty Array
7272

73-
You can create an empty array in Swift using two approaches,
74-
as shown in the following examples.
75-
73+
You can create an empty array in Swift using two approaches.
7674
If the context already provides type information,
7775
such as a function argument or an already typed variable or constant,
7876
you can use an empty array literal,

0 commit comments

Comments
 (0)