Skip to content

Commit b4e10da

Browse files
committed
Fix a typo (thanks @KentaKudo)
1 parent c2c1b84 commit b4e10da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/Foundation/Date.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public struct Date : ReferenceConvertible, Comparable, Equatable, CustomStringCo
5656
self.init(timeIntervalSinceReferenceDate: date.timeIntervalSinceReferenceDate + timeInterval)
5757
}
5858

59-
/// Returns an `Date` initialized relative to 00:00:00 UTC on 1 January 2001 by a given number of seconds.
59+
/// Returns a `Date` initialized relative to 00:00:00 UTC on 1 January 2001 by a given number of seconds.
6060
public init(timeIntervalSinceReferenceDate ti: TimeInterval) {
6161
_time = ti
6262
}

0 commit comments

Comments
 (0)