Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 11, 2020
1 parent f802cc7 commit 6c572e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ e.emit('receive', 123, 'hello'); // source emitter sends multiple arguments
sub.cancel(); // cancel subscription when no longer needed
```

Without specifying the tuple, `fromEmitterArgs` will just use `any[]` as default.
Without specifying any tuple type, `fromEmitterArgs` will use `any[]` as default.

</details>

Expand Down

0 comments on commit 6c572e4

Please sign in to comment.