Skip to content

Commit 7fa4688

Browse files
committed
Auto-generated commit
1 parent 6548571 commit 7fa4688

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ A total of 57 issues were closed in this release:
860860

861861
<details>
862862

863+
- [`328ca77`](https://github.com/stdlib-js/stdlib/commit/328ca7797c1446568242d8bbd510129396fe3af0) - **docs:** fix notes _(by Athan Reines)_
863864
- [`12d495c`](https://github.com/stdlib-js/stdlib/commit/12d495c163461b9d3141e9ad84047b1f5910f966) - **docs:** improve doctests for ndarray instances in `blas/ext/to-sortedhp` [(#11479)](https://github.com/stdlib-js/stdlib/pull/11479) _(by Uday Kakade)_
864865
- [`fa69a58`](https://github.com/stdlib-js/stdlib/commit/fa69a5843285eae8c1340497bf27ecc51875f384) - **docs:** improve doctests for ndarray instances in `blas/ext/sum` [(#11481)](https://github.com/stdlib-js/stdlib/pull/11481) _(by Uday Kakade)_
865866
- [`b434fcc`](https://github.com/stdlib-js/stdlib/commit/b434fcc0eee2e5a6930b5c99a0fe8515dcff2fae) - **docs:** improve doctests for ndarray instances in `blas/ext/sorthp` [(#11483)](https://github.com/stdlib-js/stdlib/pull/11483) _(by Uday Kakade)_

ext/base/ndarray/dsort/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ndarray is sorted in increasing order. When the sort order is equal to zero,
88
the input ndarray is left unchanged.
99

10-
The input ndarray is sorted *in-place* (i.e., the input strided array is
10+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
1111
*mutated*).
1212

1313
Parameters

ext/base/ndarray/dsorthp/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ndarray is sorted in increasing order. When the sort order is equal to zero,
99
the input ndarray is left unchanged.
1010

11-
The input ndarray is sorted *in-place* (i.e., the input strided array is
11+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
1212
*mutated*).
1313

1414
Parameters

ext/base/ndarray/gsort/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
ndarray is sorted in increasing order. When the sort order is equal to zero,
88
the input ndarray is left unchanged.
99

10-
The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
10+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
11+
*mutated*).
1112

1213
Parameters
1314
----------

ext/base/ndarray/gsorthp/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
ndarray is sorted in increasing order. When the sort order is equal to zero,
88
the input ndarray is left unchanged.
99

10-
The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
10+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
11+
*mutated*).
1112

1213
Parameters
1314
----------

ext/base/ndarray/ssorthp/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ndarray is sorted in increasing order. When the sort order is equal to zero,
99
the input ndarray is left unchanged.
1010

11-
The input ndarray is sorted *in-place* (i.e., the input strided array is
11+
The input ndarray is sorted *in-place* (i.e., the input ndarray is
1212
*mutated*).
1313

1414
Parameters

0 commit comments

Comments
 (0)