Skip to content

Commit 3611419

Browse files
Fix missing word.
Co-authored-by: Ben Rimmington <[email protected]>
1 parent bfba8d1 commit 3611419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Optional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
/// A type that represents either a wrapped value the absence of a value.
13+
/// A type that represents either a wrapped value or the absence of a value.
1414
///
1515
/// You use the `Optional` type whenever you use optional values, even if you
1616
/// never type the word `Optional`. Swift's type system usually shows the

0 commit comments

Comments
 (0)