Skip to content

Commit 24d080e

Browse files
hborlaJumhyn
andauthored
Update proposals/NNNN-init-accessors.md
Co-authored-by: Frederick Kellison-Linn <[email protected]>
1 parent cd16c4f commit 24d080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-init-accessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ struct S {
218218
}
219219
```
220220

221-
An assignment to a stored property before all of `self` is initialized will initialize that stored property. When all of the stored properties listed in the `initializes:` clause of a computed property with an `init` accessor have been initialized, that computed property is virtually initialized:
221+
An assignment to a stored property before all of `self` is initialized will initialize that stored property. When all of the stored properties listed in the `initializes` clause of a computed property with an `init` accessor have been initialized, that computed property is virtually initialized:
222222

223223
```swift
224224
struct S {

0 commit comments

Comments
 (0)