Skip to content

Commit 6890b87

Browse files
committed
Reduce repetition in xref.
1 parent ae8d00a commit 6890b87

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

TSPL.docc/LanguageGuide/TheBasics.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,8 @@ in any other environment, its value is 10.
136136
Both branches of the `if` statement
137137
initialize `maximumNumberOfLoginAttempts` with some value,
138138
guaranteeing that the constant always gets a value.
139-
140-
When you define a constant or variable
141-
without giving it a value,
142-
Swift analyzes your code to make sure you set a value
143-
before the first time you read its value.
144-
For more information about this analysis,
139+
For information about how Swift checks your code
140+
when you set an initial value this way,
145141
see <doc:Declarations#Constant-Declaration>.
146142

147143
You can declare multiple constants or multiple variables on a single line,

0 commit comments

Comments
 (0)