Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored May 14, 2019
1 parent a013a5f commit 5ad28af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Friendz extends Component {
#### Custom Tokens

The `beginAsync` method also can receive a custom token, if you need to specifically define a token to represent your async operation. _Note_ - due to the nature of
async operations, it's impossible to guarantee which order the `endAsync` calls will run. If you are making multiple `beginAsync`/`endAsync` calls wiithin a single
async operations, it's difficult to determine which order the `endAsync` calls will run. If you are making multiple `beginAsync`/`endAsync` calls wiithin a single
class or function, _you need to ensure the uniqueness of each async operation by ensuring the uniqueness of the tokens you provide_.

The following code _will not_ guarantee uniqueness, as the two `endAsync` calls _may_ be called in succession:
Expand Down

0 comments on commit 5ad28af

Please sign in to comment.