Skip to content

Commit bbdb1c4

Browse files
chore: updated comments
1 parent 5e85632 commit bbdb1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/strided/wasm/dsnanmeanwd/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var options = {
4747
* Returns a random number.
4848
*
4949
* @private
50-
* @returns {number} random number
50+
* @returns {number} random number or `NaN`
5151
*/
5252
function rand() {
5353
if ( bernoulli( 0.8 ) < 1 ) {

lib/node_modules/@stdlib/stats/strided/wasm/dsnanmeanwd/benchmark/benchmark.module.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var options = {
4949
* Returns a random number.
5050
*
5151
* @private
52-
* @returns {number} random number
52+
* @returns {number} random number or `NaN`
5353
*/
5454
function rand() {
5555
if ( bernoulli( 0.8 ) < 1 ) {

0 commit comments

Comments
 (0)