See gh-26973
This commit is contained in:
Dillon Regimbal
2021-05-25 16:30:23 -04:00
committed by Stephane Nicoll
parent de1ba79c55
commit 89441ea006

View File

@@ -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
*/