Skip to content

Commit efab983

Browse files
committed
Fix copy
1 parent ff0735e commit efab983

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/singleton-dimensions

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/singleton-dimensions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var singletonDimensions = require( '@stdlib/ndarray/base/singleton-dimensions' )
4242

4343
#### singletonDimensions( shape )
4444

45-
Returns number of singleton dimensions.
45+
Returns the number of singleton dimensions.
4646

4747
```javascript
4848
var n = singletonDimensions( [ 3, 1, 3 ] );

0 commit comments

Comments
 (0)