Skip to content

Commit

Permalink
Javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Dec 31, 2021
1 parent 0a5bf8d commit 367d110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ public <T> SELF doesNotReturn(T expected, Function<ACTUAL, T> from) {
/**
* Enable using a recursive field by field comparison strategy when calling the chained {@link RecursiveComparisonAssert#isEqualTo(Object) isEqualTo} assertion.
* <p>
* 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>.
* 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>.
* <p>
* Example:
* <pre><code class='java'> public class Person {
Expand Down

0 comments on commit 367d110

Please sign in to comment.