Skip to content

Commit 112bbe8

Browse files
committed
Fix grammar in Javadoc
1 parent 71400ea commit 112bbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/ResponseEntity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public static BodyBuilder status(int status) {
220220
/**
221221
* A shortcut for creating a {@code ResponseEntity} with the given body
222222
* and the {@linkplain HttpStatus#OK OK} status, or an empty body and a
223-
* {@linkplain HttpStatus#NOT_FOUND NOT FOUND} status in case of a
223+
* {@linkplain HttpStatus#NOT_FOUND NOT FOUND} status in case of an
224224
* {@linkplain Optional#empty()} parameter.
225225
* @return the created {@code ResponseEntity}
226226
* @since 5.1

0 commit comments

Comments
 (0)