Skip to content

Commit 6971c5a

Browse files
committed
Auto-generated commit
1 parent 5c0345e commit 6971c5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

616616
<details>
617617

618+
- [`f2010cd`](https://github.com/stdlib-js/stdlib/commit/f2010cdee7b9f341028d588da04c7a12be37765d) - **docs:** add missing space _(by Philipp Burckhardt)_
618619
- [`f370594`](https://github.com/stdlib-js/stdlib/commit/f37059471f31dd8eccd662262b77b73a6c88c79b) - **docs:** update namespace table of contents [(#8549)](https://github.com/stdlib-js/stdlib/pull/8549) _(by stdlib-bot)_
619620
- [`66f9e29`](https://github.com/stdlib-js/stdlib/commit/66f9e29b1c8622840b583123374c65a330712471) - **docs:** fix descriptions _(by Athan Reines)_
620621
- [`24e1741`](https://github.com/stdlib-js/stdlib/commit/24e174134cde28a3231f72920d83374ce6e9f402) - **docs:** update copy _(by Athan Reines)_

ext/base/glinspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ glinspace.ndarray( 3, 1.0, 3.0, true, x, 1, x.length-3 );
119119
var x = [ 0.0, 0.0, 0.0 ];
120120
121121
glinspace( 3, 0.0, 1.0, true, x, 1 );
122-
// x =>[ 0.0, ~0.5, 1.0 ]
122+
// x => [ 0.0, ~0.5, 1.0 ]
123123
```
124124
125125
where `x[1]` is only guaranteed to be approximately equal to `0.5`.

0 commit comments

Comments
 (0)