You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TSPL.docc/LanguageGuide/OpaqueTypes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -623,7 +623,7 @@ For more information, see <doc:TypeCasting#Downcasting>.
623
623
624
624
### Existential Of Protocol Composition
625
625
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.
0 commit comments