Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rawpixel-vincent authored Mar 10, 2024
1 parent 61ca3bf commit c8177f6
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 @@ -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.

Expand Down

0 comments on commit c8177f6

Please sign in to comment.