Skip to content

Commit 849c335

Browse files
committed
docs: fix description
1 parent 2bdc34f commit 849c335

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/map

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/map/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var arr = ndarray2array( y );
114114

115115
The callback function is provided the following arguments:
116116

117-
- **values**: current array element.
117+
- **value**: current array element.
118118
- **indices**: current array element indices.
119119
- **arr**: the input [ndarray][@stdlib/ndarray/ctor].
120120

0 commit comments

Comments
 (0)