Skip to content

Commit

Permalink
Fix javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Aug 4, 2019
1 parent 2be3298 commit 94c9fde
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ static <ELEMENT> InstanceOfAssertFactory<Stream, ListAssert<ELEMENT>> stream(Cla
*
* @param <K> the {@code Map} key type.
* @param <V> the {@code Map} value type.
* @param keyType the key type instace.
* @param valueType the value type instace.
* @param keyType the key type instance.
* @param valueType the value type instance.
* @return the factory instance.
*
* @see #MAP
Expand Down

0 comments on commit 94c9fde

Please sign in to comment.