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 deed208 commit e46a285Copy full SHA for e46a285
stdlib/public/core/Optional.swift
@@ -10,8 +10,7 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-/// A type that represents either a wrapped value or `nil`, the absence of a
14
-/// value.
+/// A type that represents either a wrapped value the absence of a value.
15
///
16
/// You use the `Optional` type whenever you use optional values, even if you
17
/// never type the word `Optional`. Swift's type system usually shows the
0 commit comments