Skip to content

Commit e46a285

Browse files
committed
Reference doesn't allow code voice in abstract.
Fixes <rdar://86212313>
1 parent deed208 commit e46a285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/public/core/Optional.swift

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

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

0 commit comments

Comments
 (0)