From ace932532330e22cf09b22eb483e005c224147ea Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 2 Dec 2023 14:38:21 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 8ee13f0..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-12-01T00:54:02.469Z diff --git a/README.md b/README.md index 874a5e5..088c945 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The function has the following additional parameters: - **offsetX**: starting index for `x`. - **offsetY**: starting index for `y`. -While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying `buffer`, the offset parameters support indexing semantics based on starting indices. For example, to calculate the dot product of every other value in `x` starting from the second value with the last 3 elements in `y` in reverse order +While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to calculate the dot product of every other value in `x` starting from the second value with the last 3 elements in `y` in reverse order ```javascript var floor = require( '@stdlib/math-base-special-floor' );