From 7e1277250d3877d4656d5c18cb8af8eb950ba2e0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 3 Aug 2024 22:15:56 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 7307a1b..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-08-03T20:13:45.261Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de3d57..914fc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ > Package changelog. +
+ +## Unreleased (2024-08-03) + +
+ +### Commits + +
+ +- [`4f98407`](https://github.com/stdlib-js/stdlib/commit/4f98407129de0fdc6a3731e984ea9fb51101225f) - **style:** fix missing spaces _(by Athan Reines)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 1 person contributed to this release. Thank you to this contributor: + +- Athan Reines + +
+ + + +
+ + +
## 0.1.0 (2024-07-28) diff --git a/README.md b/README.md index 3ba1885..9e73ab3 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Scales values from `cx` by `ca` and adds the result to `cy`. ```javascript var Complex64Array = require( '@stdlib/array-complex64' ); -var Complex64 = require('@stdlib/complex-float32-ctor'); +var Complex64 = require( '@stdlib/complex-float32-ctor' ); var realf = require( '@stdlib/complex-float32-real' ); var imagf = require( '@stdlib/complex-float32-imag' );