Skip to content

Commit 76621aa

Browse files
committed
Merge pull request swiftlang#61 from d-soni/master
fixed various docs typos
2 parents ecc7448 + 8ac2b31 commit 76621aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/Arrays.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Bridging Rules and Terminology for all Types
113113
class func _forceBridgeFromObjectiveC(_: _ObjectiveCType) -> Self
114114
}
115115

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

docs/CallingConvention.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ legal type sequences from the direct results. If this yields an empty
11811181
sequence, the result type is `void`. If it yields a single legal
11821182
type, the result type is the corresponding Clang type. No other could
11831183
actually have come from an imported C declaration, so we don't have
1184-
any real compatiblity requirements; for the convenience of
1184+
any real compatibility requirements; for the convenience of
11851185
interoperation, this is handled by constructing a new C struct which
11861186
contains the corresponding Clang types for the legal type sequence as
11871187
its fields.

docs/GitWorkflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ repository via bash in a terminal. A lot of information since this is supposed
3232
to be a short, actionable guide. For more information, please see the Git crash
3333
course guide for SVN users at <https://git-scm.com/course/SVN.html>
3434

35-
*NOTE* When ever when we say the Swift repository we mean any repository in the
36-
Swift project.
35+
*NOTE* Whenever we say the Swift repository, we mean any repository in the
36+
Swift project.
3737

3838
Quicksetup (TLDR)
3939
-----------------

0 commit comments

Comments
 (0)