Skip to content

Commit 47a6a1b

Browse files
committed
Draft
1 parent 185b6b2 commit 47a6a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/OpaqueTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ For more information, see <doc:TypeCasting#Downcasting>.
623623

624624
### Existential Of Protocol Composition
625625

626-
An existential can also creating by writing `any` before a protocol composition (see <doc:Protocols#Protocol-Composition>). This creates a box which holds a structure, class or enum that conforms to all the protocols listed.
626+
An existential can also creating by writing `any` before a protocol composition type (see <doc:Protocols#Protocol-Composition>). This creates a box which holds a structure, class or enum that conforms to all the protocols listed.
627627

628628
```
629629
protocol Named {

0 commit comments

Comments
 (0)