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.
1 parent ae8d00a commit 6890b87Copy full SHA for 6890b87
TSPL.docc/LanguageGuide/TheBasics.md
@@ -136,12 +136,8 @@ in any other environment, its value is 10.
136
Both branches of the `if` statement
137
initialize `maximumNumberOfLoginAttempts` with some value,
138
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,
+For information about how Swift checks your code
+when you set an initial value this way,
145
see <doc:Declarations#Constant-Declaration>.
146
147
You can declare multiple constants or multiple variables on a single line,
0 commit comments