Skip to content

Commit 632314d

Browse files
authored
chore: minor cleanup
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent a7631e2 commit 632314d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/nanstdev

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/array/nanstdev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var v = nanstdev( x, 0.0 );
132132
## Notes
133133

134134
- If provided an empty array, the function returns `NaN`.
135-
- If `N - c` is less than or equal to `0` (where `c` corresponds to the provided degrees of freedom adjustment), both functions return `NaN`.
135+
- If `N - c` is less than or equal to `0` (where `c` corresponds to the provided degrees of freedom adjustment), the function returns `NaN`.
136136
- The function supports array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
137137

138138
</section>

0 commit comments

Comments
 (0)