Fix typos in optionalVia/unsafeOptionalVia

This commit is contained in:
Matthew de Detrich 2024-08-30 10:51:50 +02:00
parent d1ec224330
commit 5f2d690b89
8 changed files with 8 additions and 8 deletions

View file

@ -73,7 +73,7 @@ object Flow {
* Creates a Flow from an existing base Flow outputting an optional element and
* applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -45,7 +45,7 @@ object FlowWithContext {
* Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element
* and applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -141,7 +141,7 @@ object Source {
* Creates a Source from an existing base Source outputting an optional element
* and applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -45,7 +45,7 @@ object SourceWithContext {
* Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element
* and applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -432,7 +432,7 @@ object Flow {
* Creates a FlowW from an existing base Flow outputting an optional element and
* applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -42,7 +42,7 @@ object FlowWithContext {
* Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element
* and applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -312,7 +312,7 @@ object Source {
* Creates a Source from an existing base Source outputting an optional element
* and applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*

View file

@ -31,7 +31,7 @@ object SourceWithContext {
* Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element
* and applying an additional viaFlow only if the element in the stream is defined.
*
* '''Emits when''' the provided viaFlow is runs with defined elements
* '''Emits when''' the provided viaFlow runs with defined elements
*
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
*