Skip to content

Commit 27ab0ff

Browse files
committed
Merge pull request #557 from thel3l/patch-1
OCD - fixed a typo 'partial'
2 parents 3b9b013 + 818938e commit 27ab0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Failable Initializers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ a new hidden stored property to each class that directly defines failing
173173
initializers. The bit is set if this slice of the instance has been
174174
initialized.
175175

176-
Note that unlike partailDeinit, if a class does not have failing initializers,
176+
Note that unlike partialDeinit, if a class does not have failing initializers,
177177
it does not need this bit, even if its initializer delegates to a failing
178178
initializer in a superclass.
179179

0 commit comments

Comments
 (0)