Skip to content

Commit 706bf98

Browse files
committed
Auto-generated commit
1 parent d616fea commit 706bf98

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
<details>
2424

25+
- [`b00201a`](https://github.com/stdlib-js/stdlib/commit/b00201a04d19fe4de3064906472f07b79a201ef7) - **chore:** clean-up _(by Athan Reines)_
26+
- [`bba5f34`](https://github.com/stdlib-js/stdlib/commit/bba5f34762bd42ead771ac53349ec7c333cbf38a) - **chore:** clean-up _(by Athan Reines)_
2527
- [`d598da2`](https://github.com/stdlib-js/stdlib/commit/d598da22bd1517f6a1ae8228695bc03bf1d77d37) - **chore:** clean-up _(by Athan Reines)_
2628
- [`87d0fae`](https://github.com/stdlib-js/stdlib/commit/87d0faeb87ce6a1190289605dbed97d168d3d46e) - **refactor:** update paths _(by Aayush Khanna)_
2729
- [`ba34630`](https://github.com/stdlib-js/stdlib/commit/ba346304a852e3aeb7525ed0da088139f7a33904) - **refactor:** update paths _(by Aayush Khanna)_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var mskmax = require( '@stdlib/stats-base-mskmax' );
7171

7272
#### mskmax( N, x, strideX, mask, strideMask )
7373

74-
Computes the maximum value of a strided array `x` according to a `mask`.
74+
Computes the maximum value of a strided array according to a mask.
7575

7676
```javascript
7777
var x = [ 1.0, -2.0, 4.0, 2.0 ];

0 commit comments

Comments
 (0)