Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Jan 19, 2025
1 parent 7d2e6f2 commit ad2a2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/ext/base/sapx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ int main( void ) {
// Specify a stride:
const int strideX = 1;

// Fill the array:
// Add a constant to each element:
stdlib_strided_sapx( N, 5.0f, x, strideX );

// Print the result:
Expand Down

0 comments on commit ad2a2a0

Please sign in to comment.