Browse Source

Fix typo

See gh-26973
pull/26980/head
Dillon Regimbal 5 years ago committed by Stephane Nicoll
parent
commit
89441ea006
  1. 2
      spring-web/src/main/java/org/springframework/http/codec/ServerSentEvent.java

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

@ -119,7 +119,7 @@ public final class ServerSentEvent<T> { @@ -119,7 +119,7 @@ public final class ServerSentEvent<T> {
}
/**
* 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}.
* @param <T> the type of data that this event contains
* @return the builder
*/

Loading…
Cancel
Save