Skip to content

Commit c29c6b5

Browse files
author
Niclas Kristek
committed
Fix typo in documentation comment
1 parent 11a7d83 commit c29c6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Optional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/// An optional protocol for use in type constraints.
1010
public protocol OptionalProtocol: ExpressibleByNilLiteral {
11-
/// The type contained in the otpional.
11+
/// The type contained in the optional.
1212
associatedtype Wrapped
1313

1414
init(reconstructing value: Wrapped?)

0 commit comments

Comments
 (0)