Skip to content

Commit 7ac2f2b

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 5cecf5c commit 7ac2f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/pop/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2023 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/ndarray/base/pop/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* arr = ndarray2array( y[ 0 ] );
4949
* // returns [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ]
5050
*
51-
* arr = ndarray2array( y[ 0 ] );
51+
* arr = ndarray2array( y[ 1 ] );
5252
* // returns [ [ 5.0, 6.0 ] ]
5353
*/
5454

0 commit comments

Comments
 (0)