We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b56e0 commit d980e34Copy full SHA for d980e34
stdlib/public/core/Duration.swift
@@ -251,7 +251,7 @@ extension Duration {
251
return Duration(_high: highScaled + Int64(lowScaled.high), low: lowScaled.low)
252
}
253
254
- /// Construct a `Duration` given a number of seconds nanoseconds as a
+ /// Construct a `Duration` given a number of nanoseconds as a
255
/// `Double` by converting the value into the closest attosecond scale value.
256
///
257
/// let d: Duration = .nanoseconds(382.9)
0 commit comments