Skip to content

Commit cdb8c38

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent e5a93f5 commit cdb8c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ddiff/lib/ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var addon = require( './../src/addon.node' );
2828
// MAIN //
2929

3030
/**
31-
* Calculates the k-th discrete forward difference of a double-precision floating-point strided array.
31+
* Calculates the k-th discrete forward difference of a double-precision floating-point strided array using alternative indexing semantics.
3232
*
3333
* @param {PositiveInteger} N - number of indexed elements
3434
* @param {PositiveInteger} k - number of times to recursively compute differences

0 commit comments

Comments
 (0)