Skip to content

Commit 3aa3eea

Browse files
KentaKudoparkera
authored andcommitted
Fixed typo in the comment of Date.init(timeIntervalSinceReferenceDate:) (#435)
1 parent 582b366 commit 3aa3eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/Date.swift

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

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

0 commit comments

Comments
 (0)