Skip to content

fixed various docs typos #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 3, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Bridging Rules and Terminology for all Types
class func _forceBridgeFromObjectiveC(_: _ObjectiveCType) -> Self
}

.. Note:: classes and ``@objc`` existentials shall not conform to
.. Note:: Classes and ``@objc`` existentials shall not conform to
``_BridgedToObjectiveC``, a restriction that's not currently
enforceable at compile-time.

Expand Down
2 changes: 1 addition & 1 deletion docs/CallingConvention.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ legal type sequences from the direct results. If this yields an empty
sequence, the result type is `void`. If it yields a single legal
type, the result type is the corresponding Clang type. No other could
actually have come from an imported C declaration, so we don't have
any real compatiblity requirements; for the convenience of
any real compatibility requirements; for the convenience of
interoperation, this is handled by constructing a new C struct which
contains the corresponding Clang types for the legal type sequence as
its fields.
Expand Down
4 changes: 2 additions & 2 deletions docs/GitWorkflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ repository via bash in a terminal. A lot of information since this is supposed
to be a short, actionable guide. For more information, please see the Git crash
course guide for SVN users at <https://git-scm.com/course/SVN.html>

*NOTE* When ever when we say the Swift repository we mean any repository in the
Swift project.
*NOTE* Whenever we say the Swift repository, we mean any repository in the
Swift project.

Quicksetup (TLDR)
-----------------
Expand Down