Skip to content

Commit 79fab24

Browse files
authored
Correct typo in coroutines-guide-reactive.md
1 parent c4a38f3 commit 79fab24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactive/coroutines-guide-reactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Begin
201201
<!--- TEST -->
202202

203203
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
204+
functional concept. While the channel _is_ a stream of elements, the reactive stream defines a recipe on how the stream of
205205
elements is produced. It becomes the actual stream of elements on _subscription_. Each subscriber may receive the same or
206206
a different stream of elements, depending on how the corresponding implementation of `Publisher` works.
207207

0 commit comments

Comments
 (0)