From ce28f2c99000aa7d10099cef3376e495902197d0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 21 Oct 2024 23:47:19 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + base/drot-wasm/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47616bc..d5654f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1838,6 +1838,7 @@ A total of 8 people contributed to this release. Thank you to the following cont
+- [`45539d2`](https://github.com/stdlib-js/stdlib/commit/45539d264609d023eb189457bf4b6d326fddaa9b) - **docs:** fix description _(by Athan Reines)_ - [`420e21c`](https://github.com/stdlib-js/stdlib/commit/420e21cbeb53062caad324e14b8ea8ca53d51755) - **docs:** fix examples and notes _(by Athan Reines)_ - [`fe8255a`](https://github.com/stdlib-js/stdlib/commit/fe8255aaadeae80d038625abcda3264c70e9b32b) - **feat:** add `blas/base/scopy-wasm` [(#3022)](https://github.com/stdlib-js/stdlib/pull/3022) _(by Aman Bhansali, Athan Reines)_ - [`e3512fc`](https://github.com/stdlib-js/stdlib/commit/e3512fca3391a238a1f40a030406c9354cb7cc25) - **feat:** add `blas/base/dasum-wasm` [(#2987)](https://github.com/stdlib-js/stdlib/pull/2987) _(by Aman Bhansali, Athan Reines)_ diff --git a/base/drot-wasm/package.json b/base/drot-wasm/package.json index 86c0853d..0de2d7a1 100644 --- a/base/drot-wasm/package.json +++ b/base/drot-wasm/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/base/drot-wasm", "version": "0.0.0", - "description": "Applies a plane rotation.", + "description": "Apply a plane rotation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",