Skip to content

Commit 9e56630

Browse files
committed
Add parameter to markup
1 parent 76dabc1 commit 9e56630

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Testing/Events/Clock.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ extension Test.Clock.Instant {
9696

9797
/// Get the number of nanoseconds from this instance to another.
9898
///
99+
/// - Parameters:
100+
/// - other: The later instant.
101+
///
99102
/// - Returns: The number of nanoseconds between `self` and `other`. If
100103
/// `other` is ordered before this instance, the result is negative.
101104
func nanoseconds(until other: Test.Clock.Instant) -> Int64 {

0 commit comments

Comments
 (0)