Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dregimbal authored and snicoll committed May 26, 2021
1 parent de1ba79 commit 89441ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static <T> Builder<T> builder() {
}

/**
* 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
*/
Expand Down

0 comments on commit 89441ea

Please sign in to comment.