We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfba8d1 commit 3611419Copy full SHA for 3611419
stdlib/public/core/Optional.swift
@@ -10,7 +10,7 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-/// A type that represents either a wrapped value the absence of a value.
+/// A type that represents either a wrapped value or the absence of a value.
14
///
15
/// You use the `Optional` type whenever you use optional values, even if you
16
/// never type the word `Optional`. Swift's type system usually shows the
0 commit comments