From 6c572e4107d2488be857a4c223c8d2d27ef83178 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Wed, 11 Mar 2020 09:42:36 +0000 Subject: [PATCH] docs --- extras/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.