Skip to content

Commit 1219200

Browse files
committed
Auto-generated commit
1 parent 2e2881d commit 1219200

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<details>
2525

26+
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
2627
- [`2ea848b`](https://github.com/stdlib-js/stdlib/commit/2ea848b62b686e1e9d861f7df25ece23a7d80798) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_
2728
- [`2222d50`](https://github.com/stdlib-js/stdlib/commit/2222d505c97a6c4f8acf89bdb3aae6f504589e04) - **fix:** update include path and refactor addon _(by Athan Reines)_
2829
- [`c322b66`](https://github.com/stdlib-js/stdlib/commit/c322b6647751b73a9d0fe12bf5665e8e2243d4ca) - **docs:** update related packages sections [(#4070)](https://github.com/stdlib-js/stdlib/pull/4070) _(by stdlib-bot, Philipp Burckhardt)_

benchmark/c/benchmark.length.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static float rand_float( void ) {
9292
*
9393
* @param iterations number of iterations
9494
* @param len array length
95-
* @return elapsed time in seconds
95+
* @return elapsed time in seconds
9696
*/
9797
static double benchmark( int iterations, int len ) {
9898
double elapsed;

0 commit comments

Comments
 (0)