Skip to content

Commit d754754

Browse files
committed
Add missing article
1 parent 759f114 commit d754754

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/group

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/group/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var out = group( arr, groups );
3535

3636
The function accepts the following `options`:
3737

38-
* `returns`: specifies the output format. If the option equals `'values'`, the function outputs element values. If option equals `'indices'`, the function outputs element indices. If the option equals `'*'`, the function outputs both element indices and values. Default: `'values'`.
38+
* `returns`: specifies the output format. If the option equals `'values'`, the function outputs element values. If the option equals `'indices'`, the function outputs element indices. If the option equals `'*'`, the function outputs both element indices and values. Default: `'values'`.
3939

4040
By default, the function returns element values. To return element indices, set the `returns` option to `'indices'`.
4141

0 commit comments

Comments
 (0)