Skip to content

Commit

Permalink
Refer to "arguments providers" in Javadoc
Browse files Browse the repository at this point in the history
Closes #3579
  • Loading branch information
sbrannen committed Nov 30, 2023
1 parent f5b78f6 commit 588ad9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* <p>Such methods must not be {@code private} or {@code static}.
*
* <h2>Argument Providers and Sources</h2>
* <h2>Arguments Providers and Sources</h2>
*
* <p>{@code @ParameterizedTest} methods must specify at least one
* {@link org.junit.jupiter.params.provider.ArgumentsProvider ArgumentsProvider}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* {@code @ArgumentsSource} is a {@linkplain Repeatable repeatable} annotation
* that is used to register {@linkplain ArgumentsProvider argument providers}
* that is used to register {@linkplain ArgumentsProvider arguments providers}
* for the annotated test method.
*
* <p>{@code @ArgumentsSource} may also be used as a meta-annotation in order to
Expand Down

0 comments on commit 588ad9a

Please sign in to comment.