Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall authored Aug 17, 2020
1 parent b936104 commit 0c60ab9
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 @@ -37,8 +37,8 @@ In short, it's much better to define data in a declarative manner, or as "data p
especially when it's changing over time. And Rx is all about composing and manipulating such
pipelines in a potentially asynchronous context.

But what if the data does not come from an asynchronous source, like Tweets or GUI events,
but simple properties objects? Of course, Rx can handle synchronous data as well, but the
But what if the data do not come from an asynchronous source, like Tweets or GUI events,
but are just properties of an object? Of course, Rx can handle synchronous data as well, but the
cost of using it may outweigh the benefits in such a scenario.

In a traditional OOP system, properties of an object are mere values which are often
Expand Down

0 comments on commit 0c60ab9

Please sign in to comment.