Skip to content

Commit c65450d

Browse files
committed
docs: fix description
1 parent 7ac268b commit c65450d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var numel = require( '@stdlib/ndarray/numel' );
4242

4343
#### numel( x )
4444

45-
Returns number of elements in an [ndarray][@stdlib/ndarray/ctor].
45+
Returns the number of elements in an [ndarray][@stdlib/ndarray/ctor].
4646

4747
```javascript
4848
var zeros = require( '@stdlib/ndarray/zeros' );

0 commit comments

Comments
 (0)