Minor doc update

This commit is contained in:
Rossen Stoyanchev 2015-03-24 16:45:16 -04:00
parent c8cc8b7cbd
commit b620f34ad8
1 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ Note that `ResponseBodyEmitter` can also be used as the body in a
the response.
[[mvc-ann-async-sse]]
==== Server-Sent Events
==== HTTP Streaming With Server-Sent Events
`SseEmitter` is a sub-class of `ResponseBodyEmitter` providing support for
http://www.w3.org/TR/eventsource/[Server-Sent Events].