Skip to content

Commit bf2f10d

Browse files
committed
fix docc
1 parent 8de2212 commit bf2f10d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/AWSLambdaRuntime/LambdaClock.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public struct LambdaClock: Clock {
113113

114114
/// Creates an instant from milliseconds since the Unix epoch.
115115
/// - Parameter milliseconds: The number of milliseconds since the Unix epoch.
116-
/// - Returns: A new `Instant` representing the specified time.
117116
public init(millisecondsSinceEpoch milliseconds: Int64) {
118117
self.instant = milliseconds
119118
}

0 commit comments

Comments
 (0)