We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1ba79 commit 89441eaCopy full SHA for 89441ea
spring-web/src/main/java/org/springframework/http/codec/ServerSentEvent.java
@@ -119,7 +119,7 @@ public static <T> Builder<T> builder() {
119
}
120
121
/**
122
- * Return a builder for a {@code SseEvent}, populated with the give {@linkplain #data() data}.
+ * Return a builder for a {@code SseEvent}, populated with the given {@linkplain #data() data}.
123
* @param <T> the type of data that this event contains
124
* @return the builder
125
*/
0 commit comments