Skip to content

Commit 115b53f

Browse files
committed
Punctuation
1 parent b73330b commit 115b53f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/DynamicCasting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ Implementation Note: `AnyObject` is represented in memory as a pointer to a refc
355355

356356
### Error (SE-0112)
357357

358-
The Error type behaves like an ordinary existential type for casting purposes.
358+
The `Error` type behaves like an ordinary existential type for casting purposes.
359359

360-
(See "Note: 'Self-conforming' protocols" below for additional details relevant to the Error protocol.)
360+
(See "Note: 'Self-conforming' protocols" below for additional details relevant to the `Error` protocol.)
361361

362362
### AnyHashable (SE-0131)
363363

@@ -377,7 +377,7 @@ protocol P {}
377377
```
378378

379379
As a result of this definition, there is an existential type (also called `P`).
380-
This existential type is also known as a "protocol witness" type since it exposes exactly the capabilities that are defined by the protocol.
380+
This existential type is also known as a "protocol witness type" since it exposes exactly the capabilities that are defined by the protocol.
381381
Other capabilities of the type `T` are not accessible from a `P` instance.
382382
Any Swift instance of a concrete type `T` can be cast to the type `P` iff `T` conforms to the protocol `P`.
383383

0 commit comments

Comments
 (0)