Skip to content

Commit

Permalink
Link the DynamicCasting spec into the README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkka committed Aug 14, 2020
1 parent 6e99a44 commit 5ba1827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ documentation, please create a thread on the Swift forums under the
Documents the Swift Intermediate Language (SIL).
- [TransparentAttr.md](/docs/TransparentAttr.md):
Documents the semantics of the `@_transparent` attribute.
- [DynamicCasting.md](/docs/DynamicCasting.md):
Behavior of the dynamic casting operators `is`, `as?`, and `as!`.
- [Runtime.md](/docs/Runtime.md):
Describes the ABI interface to the Swift runtime.
<!-- NOTE: Outdated -->
Expand Down

0 comments on commit 5ba1827

Please sign in to comment.