Skip to content

Commit adb5235

Browse files
perlunnhojpatrick
authored andcommitted
Fix typo in Javadoc
1 parent 3f08267 commit adb5235

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hamcrest/src/main/java/org/hamcrest/CustomTypeSafeMatcher.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
* </pre>
1717
* This is a variant of {@link CustomMatcher} that first type checks
1818
* the argument being matched. By the time {@link TypeSafeMatcher#matchesSafely} is
19-
* is called the argument is guaranteed to be non-null and of the correct
20-
* type.
19+
* called the argument is guaranteed to be non-null and of the correct type.
2120
*
2221
* @author Neil Dunn
2322
* @param <T> The type of object being matched

0 commit comments

Comments
 (0)