diff --git a/extras/README.md b/extras/README.md index fc34bca..3f7a242 100644 --- a/extras/README.md +++ b/extras/README.md @@ -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.