Skip to content

Commit 5a67add

Browse files
authored
Clarify wording. (#71191)
“And” is a continuation of a prior statement. “But” is a negation of a prior statement.
1 parent 0843891 commit 5a67add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/ContinuousClock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212
import Swift
1313

14-
/// A clock that measures time that always increments but does not stop
14+
/// A clock that measures time that always increments and does not stop
1515
/// incrementing while the system is asleep.
1616
///
1717
/// `ContinuousClock` can be considered as a stopwatch style time. The frame of

0 commit comments

Comments
 (0)