Skip to content

Commit 1550c38

Browse files
committed
Auto-generated commit
1 parent b7b4153 commit 1550c38

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
@@ -55,6 +55,7 @@ A total of 8 issues were closed in this release:
5555

5656
<details>
5757

58+
- [`590e647`](https://github.com/stdlib-js/stdlib/commit/590e647bd818c098689676a4d977bc36b11bfb94) - **docs:** fix description _(by Athan Reines)_
5859
- [`465c484`](https://github.com/stdlib-js/stdlib/commit/465c484235dbfba4c323c9913c4091e6d628374a) - **feat:** add `sub` to namespace _(by Athan Reines)_
5960
- [`c310956`](https://github.com/stdlib-js/stdlib/commit/c3109561991e395abc5a2724d09c25028425e5a2) - **feat:** add `number/uint8/base/sub` _(by Athan Reines)_
6061
- [`e21f523`](https://github.com/stdlib-js/stdlib/commit/e21f5234efd9048dbd9a8de6ecf6f72a33d758d2) - **docs:** fix return value _(by Athan Reines)_

uint8/base/sub/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static double rand_double( void ) {
8787
/**
8888
* Subtracts two numbers.
8989
*
90-
* @return sum
90+
* @return result
9191
*/
9292
static uint8_t sub( const uint8_t x, const uint8_t y ) {
9393
return x - y;

0 commit comments

Comments
 (0)