Skip to content

Commit de57b66

Browse files
committed
docs: correct return annotation
1 parent 86ce5a7 commit de57b66

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/math-strided-real-typed-unary/scripts

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/scaffold/math-strided-real-typed-unary/scripts/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function valuesEnvVar( values, dtype ) {
164164
* };
165165
*
166166
* var s = prngEnvVars( o );
167-
* // returns 'BASE_PRNG=\'uniform\',RAND_MIN=-100,RAND_MAX=100'
167+
* // returns 'BASE_PRNG=\'uniform\' RAND_MIN=-100 RAND_MAX=100'
168168
*/
169169
function prngEnvVars( obj ) {
170170
var base;

0 commit comments

Comments
 (0)