Skip to content

Commit c61ac91

Browse files
committed
docs: update descriptions
1 parent f034ad0 commit c61ac91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/random/array/exponential/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Create an array containing pseudorandom numbers drawn from an exponential distribution with rate parameter `lambda`.
22+
* Create an array containing pseudorandom numbers drawn from an exponential distribution.
2323
*
2424
* @module @stdlib/random/array/exponential
2525
*

lib/node_modules/@stdlib/random/array/exponential/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var factory = require( './factory.js' );
2626
// MAIN //
2727

2828
/**
29-
* Returns an array containing pseudorandom numbers drawn from an exponential distribution with rate parameter `lambda`.
29+
* Returns an array containing pseudorandom numbers drawn from an exponential distribution.
3030
*
3131
* @name exponential
3232
* @type {Function}

0 commit comments

Comments
 (0)