Remove stray word

Fixes: rdar://158722889
This commit is contained in:
Alex Martini
2025-09-23 16:20:53 -07:00
parent a6b56e0c1c
commit d980e3413e

View File

@@ -251,7 +251,7 @@ extension Duration {
return Duration(_high: highScaled + Int64(lowScaled.high), low: lowScaled.low) return Duration(_high: highScaled + Int64(lowScaled.high), low: lowScaled.low)
} }
/// Construct a `Duration` given a number of seconds nanoseconds as a /// Construct a `Duration` given a number of nanoseconds as a
/// `Double` by converting the value into the closest attosecond scale value. /// `Double` by converting the value into the closest attosecond scale value.
/// ///
/// let d: Duration = .nanoseconds(382.9) /// let d: Duration = .nanoseconds(382.9)