diff --git a/docs/Arrays.rst b/docs/Arrays.rst index f0a8c5b43f51f..ed5eea6af3572 100644 --- a/docs/Arrays.rst +++ b/docs/Arrays.rst @@ -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. diff --git a/docs/CallingConvention.rst b/docs/CallingConvention.rst index e46e86ffb3155..2d7f08468c1fb 100644 --- a/docs/CallingConvention.rst +++ b/docs/CallingConvention.rst @@ -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. diff --git a/docs/GitWorkflows.rst b/docs/GitWorkflows.rst index a922b87656802..95c3adb13fd81 100644 --- a/docs/GitWorkflows.rst +++ b/docs/GitWorkflows.rst @@ -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 -*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) -----------------