From c8177f6df744f2df242adfba41864245b1ee093c Mon Sep 17 00:00:00 2001 From: Vincent Date: Sun, 10 Mar 2024 20:35:56 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9847bd6..0d2f5e7 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ sl('foo', 'bar').concat('zing', 'foo').concatList(sl('gurgle', 'doink')); list.concat(['boom', 'bar']); ``` -### filter / map / reduce / slice and other array methods +### filter / map / reduce and other array methods The results of those methods will result in type loose `string[]` or returned `U[]` for map / reduce.