File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Bridging Rules and Terminology for all Types
113
113
class func _forceBridgeFromObjectiveC(_: _ObjectiveCType) -> Self
114
114
}
115
115
116
- .. Note :: classes and ``@objc`` existentials shall not conform to
116
+ .. Note :: Classes and ``@objc`` existentials shall not conform to
117
117
``_BridgedToObjectiveC ``, a restriction that's not currently
118
118
enforceable at compile-time.
119
119
Original file line number Diff line number Diff line change @@ -1181,7 +1181,7 @@ legal type sequences from the direct results. If this yields an empty
1181
1181
sequence, the result type is `void `. If it yields a single legal
1182
1182
type, the result type is the corresponding Clang type. No other could
1183
1183
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
1185
1185
interoperation, this is handled by constructing a new C struct which
1186
1186
contains the corresponding Clang types for the legal type sequence as
1187
1187
its fields.
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ repository via bash in a terminal. A lot of information since this is supposed
32
32
to be a short, actionable guide. For more information, please see the Git crash
33
33
course guide for SVN users at <https://git-scm.com/course/SVN.html>
34
34
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.
37
37
38
38
Quicksetup (TLDR)
39
39
-----------------
You can’t perform that action at this time.
0 commit comments