Skip to content

Commit 909c4c8

Browse files
natecook1000Nate Cook
authored andcommitted
[stdlib] Fix Collection discussion typo
1 parent 204030a commit 909c4c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

stdlib/public/core/Collection.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ public struct IndexingIterator<
551551
/// }
552552
/// // Prints "Highest second-half absences: 3"
553553
///
554-
/// Slice Inherit Collection Semantics
555-
/// ----------------------------------
554+
/// Slices Inherit Collection Semantics
555+
/// -----------------------------------
556556
///
557557
/// A slice inherits the value or reference semantics of its base collection.
558558
/// That is, when working with a slice of a mutable

stdlib/public/core/FloatingPoint.swift.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,8 +1536,6 @@ public func >= <T : FloatingPoint>(lhs: T, rhs: T) -> Bool {
15361536
/// the standard library by `Float`, `Double`, and `Float80` where available.
15371537
///
15381538
/// [spec]: http://ieeexplore.ieee.org/servlet/opac?punumber=4610933
1539-
///
1540-
/// - SeeAlso: `FloatingPoint`
15411539
public protocol BinaryFloatingPoint: FloatingPoint, ExpressibleByFloatLiteral {
15421540

15431541
/// A type that represents the encoded significand of a value.

0 commit comments

Comments
 (0)