Skip to content

Commit 367d110

Browse files
committed
Javadoc typo
1 parent 0a5bf8d commit 367d110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ public <T> SELF doesNotReturn(T expected, Function<ACTUAL, T> from) {
11231123
/**
11241124
* Enable using a recursive field by field comparison strategy when calling the chained {@link RecursiveComparisonAssert#isEqualTo(Object) isEqualTo} assertion.
11251125
* <p>
1126-
* The detailed documentation available here: <a href="https://assertj.github.io/doc/#assertj-core-recursive-comparison">https://assertj.github.io/doc/#assertj-core-recursive-comparison</a>.
1126+
* The detailed documentation is available here: <a href="https://assertj.github.io/doc/#assertj-core-recursive-comparison">https://assertj.github.io/doc/#assertj-core-recursive-comparison</a>.
11271127
* <p>
11281128
* Example:
11291129
* <pre><code class='java'> public class Person {

0 commit comments

Comments
 (0)