Skip to content

Commit a64f3fb

Browse files
authored
Fix javadoc (#1865)
1 parent 0e83c09 commit a64f3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ public static AbstractInstantAssert<?> assertThat(Instant actual) {
859859
}
860860

861861
/**
862-
* Creates a new instance of <code>{@link InstantAssert}</code>.
862+
* Creates a new instance of <code>{@link DurationAssert}</code>.
863863
*
864864
* @param actual the actual value.
865865
* @return the created assertion object.

0 commit comments

Comments
 (0)