Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stdlib/Test/src/Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1650,9 +1650,9 @@ trigonometric identities | 4 4 0.2s

# `@testset for`

When `@testset for` is used, the macro starts a new test for each iteration of
When `@testset for` is used, the macro starts a new test set for each iteration of
the provided loop. The semantics of each test set are otherwise identical to that
of that `begin/end` case (as if used for each loop iteration).
of the `begin/end` case (as if used for each loop iteration).

# `@testset let`

Expand Down