mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove stray word
Fixes: rdar://158722889
This commit is contained in:
@@ -251,7 +251,7 @@ extension Duration {
|
||||
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.
|
||||
///
|
||||
/// let d: Duration = .nanoseconds(382.9)
|
||||
|
||||
Reference in New Issue
Block a user