Skip to content

Commit 17fd0a5

Browse files
authored
Typo
:s/asychronous/asynchronous/g
1 parent 46f0006 commit 17fd0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Part 2 - Sequence Basics/1. Creating a sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The example above waits 2 seconds, then starts counting every 1 second.
226226

227227
## Transitioning into Observable
228228

229-
There are well established tools for dealing with sequences, collections and asychronous events, which may not be directly compatible with Rx. Here we will discuss ways to turn their output into input for your Rx code.
229+
There are well established tools for dealing with sequences, collections and asynchronous events, which may not be directly compatible with Rx. Here we will discuss ways to turn their output into input for your Rx code.
230230

231231
If you are using an asynchronous tool that uses event handlers, like JavaFX, you can use `Observable.create` to turn the streams into an observable
232232

0 commit comments

Comments
 (0)