Skip to content

Commit

Permalink
Fix typo (#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
valery1707 committed Apr 10, 2024
1 parent 45ded94 commit 8034f00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -369,7 +369,7 @@ public SELF usingDefaultComparator() {
* Verifies that the actual value is equal to expected build using {@link String#format(String stringTemplate, Object... args)}.
* <p>
* Note that for this assertion to be called, <b>you must use a format template with parameters</b> otherwise {@link #isEqualTo(Object)} is called which
* does not perform any formatting. For example, it you only use {@code %n} in the template they won't be replaced.
* does not perform any formatting. For example, if you only use {@code %n} in the template they won't be replaced.
* <p>
* Examples:
* <pre><code class='java'> // assertion succeeds
Expand Down

0 comments on commit 8034f00

Please sign in to comment.