update grammar and code highlighting (#24174)

This commit is contained in:
Sakthipriyan Vairamani 2017-12-19 12:52:06 +05:30 committed by Christopher Batey
parent f7b3b483a8
commit dbe30bd91e

View file

@ -708,11 +708,11 @@ depending on being backpressured by downstream or not.
### alsoTo
Attaches the given `Sink` to this `Flow`, meaning that elements that passes through will also be sent to the `Sink`.
Attaches the given `Sink` to this `Flow`, meaning that elements that pass through this `Flow` will also be sent to the `Sink`.
**emits** when an element is available and demand exists both from the Sink and the downstream
**emits** when an element is available and demand exists both from the `Sink` and the downstream
**backpressures** when downstream or Sink backpressures
**backpressures** when downstream or `Sink` backpressures
**completes** when upstream completes