Skip to content

Commit 94c9fde

Browse files
committed
Fix javadoc typo
1 parent 2be3298 commit 94c9fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/assertj/core/api/InstanceOfAssertFactories.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ static <ELEMENT> InstanceOfAssertFactory<Stream, ListAssert<ELEMENT>> stream(Cla
786786
*
787787
* @param <K> the {@code Map} key type.
788788
* @param <V> the {@code Map} value type.
789-
* @param keyType the key type instace.
790-
* @param valueType the value type instace.
789+
* @param keyType the key type instance.
790+
* @param valueType the value type instance.
791791
* @return the factory instance.
792792
*
793793
* @see #MAP

0 commit comments

Comments
 (0)