Skip to content

Commit e26f341

Browse files
author
mike-u
committed
fixed type of designated in ObjectInitialization.rst
1 parent 2b28afa commit e26f341

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)