Skip to content

Commit

Permalink
docs(README): make nathan happier :D
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Nov 10, 2016
1 parent ddfc27c commit d50a7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Let us take a look at some of the functions provided by this library.

#### `async<T>(): Subject<T>`

This function here, creates a Subject, which will produce its values asynchonously.
This function here creates a Subject, which will produce its values asynchonously.
The asynchrony is important to note here. Most.js itself ensures that **no** events
can occur while it is being instantiated via `.observe()` and related operators that
"attach" listeners.
Expand All @@ -77,7 +77,7 @@ subject

#### `sync<T>(): Subject<T>`

This function here, will create Subject that will emit its values synchronously.
This function here will create Subject that will emit its values synchronously.
This is provided to add backwards compatiblity with theoretical edge cases
applications may have been built on in previous versions.

Expand Down

0 comments on commit d50a7e6

Please sign in to comment.