Skip to content

Commit

Permalink
Merge pull request #33308 from benelog
Browse files Browse the repository at this point in the history
* pr/33308:
  Remove duplicated "the" in Javadoc

Closes gh-33308
  • Loading branch information
snicoll committed Aug 3, 2024
2 parents 0a2611b + ca377e4 commit 499cf5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
* Both resolved and unresolved exceptions are considered a failure that can
* be asserted as follows:
* <pre><code class="java">
* // perform a GET on /boom and assert the message for the the exception
* // perform a GET on /boom and assert the message for the exception
* assertThat(mvc.get().uri("/boom")).hasFailed()
* .failure().hasMessage("Test exception");
* </code></pre>
Expand Down

0 comments on commit 499cf5e

Please sign in to comment.