Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ARCOptimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ is_unique performs depends on the argument type:
dynamic object type uses native swift reference counting:
(Builtin.UnknownObject, unknown class reference, class existential)

- Bridged object types allow the dymanic object type check to be
- Bridged object types allow the dynamic object type check to be
bypassed based on the pointer encoding:
(Builtin.BridgeObject)

Expand Down