Skip to content

Commit 82527f6

Browse files
committed
Fix variable name
1 parent db908d9 commit 82527f6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/strided/special/abs2

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/strided/special/abs2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
## Usage
3434

3535
```javascript
36-
var abs = require( '@stdlib/math/strided/special/abs2' );
36+
var abs2 = require( '@stdlib/math/strided/special/abs2' );
3737
```
3838

3939
#### abs2( N, x, strideX, y, strideY )

0 commit comments

Comments
 (0)