Skip to content

Commit ec70a2c

Browse files
Fix typo in testset docs (#58204)
1 parent 947221c commit ec70a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/Test/src/Test.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,9 +1650,9 @@ trigonometric identities | 4 4 0.2s
16501650
16511651
# `@testset for`
16521652
1653-
When `@testset for` is used, the macro starts a new test for each iteration of
1653+
When `@testset for` is used, the macro starts a new test set for each iteration of
16541654
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).
1655+
of the `begin/end` case (as if used for each loop iteration).
16561656
16571657
# `@testset let`
16581658

0 commit comments

Comments
 (0)