Skip to content

Commit 6416946

Browse files
authored
style: resolve lint error
Signed-off-by: Athan <[email protected]>
1 parent 2f7fda3 commit 6416946

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ var o = idx.toJSON();
474474
}
475475
```
476476

477-
will leak memory as `idx` is only consumed within an `if` block which never evaluates. In such scenarios, one should either refactor to avoid inadvertently holding onto memory or explicitly free the `ndindex`.
477+
will leak memory as `idx` is only consumed within an `if` block which never evaluates. In such scenarios, one should either refactor to avoid inadvertently holding onto memory or explicitly free the `ndindex`.
478478

479479
```javascript
480480
var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)