We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a38f3 + 79fab24 commit 7676e22Copy full SHA for 7676e22
reactive/coroutines-guide-reactive.md
@@ -201,7 +201,7 @@ Begin
201
<!--- TEST -->
202
203
This example highlights the key difference between a reactive stream and a channel. A reactive stream is a higher-order
204
-functional concept. While the channel _is_ a stream of elements, the reactive stream defines a receipe on how the stream of
+functional concept. While the channel _is_ a stream of elements, the reactive stream defines a recipe on how the stream of
205
elements is produced. It becomes the actual stream of elements on _subscription_. Each subscriber may receive the same or
206
a different stream of elements, depending on how the corresponding implementation of `Publisher` works.
207
0 commit comments