Skip to content

Commit

Permalink
docs: correct return annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi committed Oct 21, 2024
1 parent 86ce5a7 commit de57b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function valuesEnvVar( values, dtype ) {
* };
*
* var s = prngEnvVars( o );
* // returns 'BASE_PRNG=\'uniform\',RAND_MIN=-100,RAND_MAX=100'
* // returns 'BASE_PRNG=\'uniform\' RAND_MIN=-100 RAND_MAX=100'
*/
function prngEnvVars( obj ) {
var base;
Expand Down

0 comments on commit de57b66

Please sign in to comment.