Skip to content

Commit 5ba1827

Browse files
committed
Link the DynamicCasting spec into the README
1 parent 6e99a44 commit 5ba1827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ documentation, please create a thread on the Swift forums under the
159159
Documents the Swift Intermediate Language (SIL).
160160
- [TransparentAttr.md](/docs/TransparentAttr.md):
161161
Documents the semantics of the `@_transparent` attribute.
162+
- [DynamicCasting.md](/docs/DynamicCasting.md):
163+
Behavior of the dynamic casting operators `is`, `as?`, and `as!`.
162164
- [Runtime.md](/docs/Runtime.md):
163165
Describes the ABI interface to the Swift runtime.
164166
<!-- NOTE: Outdated -->

0 commit comments

Comments
 (0)