Skip to content

Commit 89441ea

Browse files
dregimbalsnicoll
authored andcommitted
Fix typo
See gh-26973
1 parent de1ba79 commit 89441ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/codec/ServerSentEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static <T> Builder<T> builder() {
119119
}
120120

121121
/**
122-
* Return a builder for a {@code SseEvent}, populated with the give {@linkplain #data() data}.
122+
* Return a builder for a {@code SseEvent}, populated with the given {@linkplain #data() data}.
123123
* @param <T> the type of data that this event contains
124124
* @return the builder
125125
*/

0 commit comments

Comments
 (0)