Skip to content

Commit 34ce4fc

Browse files
authored
Update 0341-opaque-parameters.md (#1615)
very tiny typo
1 parent 61e0230 commit 34ce4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0341-opaque-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Each instance of `some` within the declaration represents a different implicit g
9393

9494
## Detailed design
9595

96-
Opaque parameter types can only be used in parameters of a function, initializer, or subscript declaration. They cannot be used in ot in (e.g.) a typealias or any value of function type. For example:
96+
Opaque parameter types can only be used in parameters of a function, initializer, or subscript declaration. They cannot be used in (e.g.) a typealias or any value of function type. For example:
9797

9898
```swift
9999
typealias Fn = (some P) -> Void // error: cannot use opaque types in a typealias

0 commit comments

Comments
 (0)