Skip to content

Commit ca377e4

Browse files
benelogsnicoll
authored andcommitted
Remove duplicated "the" in Javadoc
See gh-33308
1 parent 0a2611b commit ca377e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MockMvcTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
* Both resolved and unresolved exceptions are considered a failure that can
109109
* be asserted as follows:
110110
* <pre><code class="java">
111-
* // perform a GET on /boom and assert the message for the the exception
111+
* // perform a GET on /boom and assert the message for the exception
112112
* assertThat(mvc.get().uri("/boom")).hasFailed()
113113
* .failure().hasMessage("Test exception");
114114
* </code></pre>

0 commit comments

Comments
 (0)