Skip to content

Commit

Permalink
Add missing space in user guide
Browse files Browse the repository at this point in the history
Closes #3286
  • Loading branch information
rillig committed May 6, 2023
1 parent a960582 commit 8c74a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ for parameterized tests that accept a single argument.
`java.util.List`, `java.util.Set`, `java.util.SortedSet`, `java.util.NavigableSet`,
`java.util.Map` (and concrete subtypes with a `public` no-arg constructor,
`java.util.SortedMap`, `java.util.NavigableMap`, primitive arrays (e.g., `int[]`,
`char[][]`, etc.), object arrays (e.g.,`String[]`, `Integer[][]`, etc.).
`char[][]`, etc.), object arrays (e.g., `String[]`, `Integer[][]`, etc.).
* `{NullAndEmptySource}`: a _composed annotation_ that combines the functionality of
`@NullSource` and `@EmptySource`.

Expand Down

0 comments on commit 8c74a22

Please sign in to comment.