Skip to content

Commit fffa923

Browse files
committed
reviewed Changes
1 parent a739623 commit fffa923

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/ndarray/gcusumors/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ limitations under the License.
2020

2121
# gcusumors
2222

23-
> Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
23+
> Compute the cumulative sum of a one-dimensional ndarray using ordinary
24+
recursive summation.
2425

2526
<section class="intro">
2627

lib/node_modules/@stdlib/blas/ext/base/ndarray/gcusumors/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
2525
/**
2626
* Computes the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
2727
*
28-
* @param arrays - array-like object containing an input ndarray, an output ndarray, and ndarray containing the initial sum
28+
* @param arrays - array-like object containing an input ndarray, an output ndarray, and an ndarray containing the initial sum
2929
* @returns output ndarray
3030
*
3131
* @example

0 commit comments

Comments
 (0)