Skip to content

Commit 34ac6b9

Browse files
committed
Merge pull request #78 from mike-u/master
fixed type of designated in ObjectInitialization.rst
2 parents c6382a6 + e26f341 commit 34ac6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ObjectInitialization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ written within the class definition itself, rather than in an
129129
extension, because the complete set of designated initializers is part
130130
of the interface contract with subclasses of a class.
131131

132-
The other, non-designted initializers of a class are called
132+
The other, non-designated initializers of a class are called
133133
convenience initializers, which tend to provide additional
134134
initialization capabilities that are often more convenient for common
135135
tasks.

0 commit comments

Comments
 (0)