Merge pull request #19875 from jtescher/fix-typos

Fix common typos
This commit is contained in:
Konrad Malawski 2016-02-25 23:24:08 +01:00
commit 889e0a670e
21 changed files with 61 additions and 61 deletions

View file

@ -885,7 +885,7 @@ splitAfter
^^^^^^^^^^
End the current substream whenever a predicate returns ``true``, starting a new substream for the next element.
**emits** when an element passes through. When the provided predicate is true it emitts the element * and opens a new substream for subsequent element
**emits** when an element passes through. When the provided predicate is true it emits the element * and opens a new substream for subsequent element
**backpressures** when there is an element pending for the next substream, but the previous is not fully consumed yet, or the substream backpressures

View file

@ -876,7 +876,7 @@ splitAfter
^^^^^^^^^^
End the current substream whenever a predicate returns ``true``, starting a new substream for the next element.
**emits** when an element passes through. When the provided predicate is true it emitts the element * and opens a new substream for subsequent element
**emits** when an element passes through. When the provided predicate is true it emits the element * and opens a new substream for subsequent element
**backpressures** when there is an element pending for the next substream, but the previous is not fully consumed yet, or the substream backpressures