typographical changes.

Swift SVN r15721
This commit is contained in:
Chris Lattner
2014-04-01 05:00:37 +00:00
parent 9a9b66d0c6
commit 61de944e51

View File

@@ -7,7 +7,7 @@ in Swift classes or be at all a complete error handling solution.
Failable initializers
=====================
A **failable initializer** can declared by declaring its return type to be
A **failable initializer** can be declared by specifying its return type to be
an optional or unchecked optional type. The base type of the optional must be
``Self``, to indicate a whole-object initializer, or the declared type, to
indicate a subobject initializer. Only classes that inherit from ``@objc`` base