Skip to content

Commit d980e34

Browse files
committed
Remove stray word
Fixes: rdar://158722889
1 parent a6b56e0 commit d980e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Duration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ extension Duration {
251251
return Duration(_high: highScaled + Int64(lowScaled.high), low: lowScaled.low)
252252
}
253253

254-
/// Construct a `Duration` given a number of seconds nanoseconds as a
254+
/// Construct a `Duration` given a number of nanoseconds as a
255255
/// `Double` by converting the value into the closest attosecond scale value.
256256
///
257257
/// let d: Duration = .nanoseconds(382.9)

0 commit comments

Comments
 (0)