Skip to content

Commit 1eae349

Browse files
committed
revert: restore N <= 0 boundary condition in stats/strided/distances/dcorrelation REPL help
Per maintainer review: the explicit guard in the implementation is `N <= 0`, so the REPL help should match. https://claude.ai/code/session_01PYMuhnRSCirT5T3Bn4o4Lj
1 parent 3e95003 commit 1eae349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/docs

lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Indexing is relative to the first index. To introduce an offset, use a typed
1010
array view.
1111

12-
If `N <= 1`, the function returns `NaN`.
12+
If `N <= 0`, the function returns `NaN`.
1313

1414
Parameters
1515
----------

0 commit comments

Comments
 (0)