Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Dec 26, 2024
1 parent 5f8d6e2 commit 9f800d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/NetTimeTests/util/TimeMeasure.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal final class TimeMeasure {
* execution.
* - Note: This method is great for UnitTesting
* - Note: it's also possible to use. `let startTime = CFAbsoluteTimeGetCurrent(); CFAbsoluteTimeGetCurrent() - startTime`
* - Fixme: ⚠️️ Add param comment
* - Parameter closure: The operation to measure, provided as a closure that takes no parameters and returns nothing
* ## Examples:
* print("\(timeElapsed { sleep(2.2) })") // 2.20000
*/
Expand Down

0 comments on commit 9f800d1

Please sign in to comment.