We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429597e commit feac214Copy full SHA for feac214
stdlib/Test/src/Test.jl
@@ -1650,9 +1650,9 @@ trigonometric identities | 4 4 0.2s
1650
1651
# `@testset for`
1652
1653
-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
1654
the provided loop. The semantics of each test set are otherwise identical to that
1655
-of that `begin/end` case (as if used for each loop iteration).
+of the `begin/end` case (as if used for each loop iteration).
1656
1657
# `@testset let`
1658
0 commit comments