Skip to content

Commit 77da9e7

Browse files
committed
Switch to the word "might", as a drive-by change suggested in PR feedback (not related to unacceptable language)
1 parent eb797c5 commit 77da9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Testing.docc/LimitingExecutionTime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Some tests may naturally run slowly: they may require significant system
1818
resources to complete, may rely on downloaded data from a server, or may
1919
otherwise be dependent on external factors.
2020

21-
If a test may stall indefinitely or may consume too many system resources to
21+
If a test might stall indefinitely or might consume too many system resources to
2222
complete effectively, consider setting a time limit for it so that it's marked
2323
as failing if it runs for an excessive amount of time. Use the
2424
``Trait/timeLimit(_:)-4kzjp`` trait as an upper bound:

0 commit comments

Comments
 (0)