Skip to content

Commit f831caa

Browse files
authored
style: fix missing space
Signed-off-by: Athan <kgryte@gmail.com>
1 parent de3ba9d commit f831caa

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumpw

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumpw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
## Usage
3434

3535
```javascript
36-
var gsumpw= require( '@stdlib/blas/ext/base/ndarray/gsumpw' );
36+
var gsumpw = require( '@stdlib/blas/ext/base/ndarray/gsumpw' );
3737
```
3838

3939
#### gsumpw( arrays )

0 commit comments

Comments
 (0)