Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 12, 2023
1 parent 7e7d42a commit d8c48e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
> var out = fcn( 3, -10, 10 )
<Float64Array>

// Provide `a` and `b`:
// Provide distribution parameters:
> fcn = {{alias}}.factory( -10, 10 );
> out = fcn( 3 )
<Float64Array>
Expand Down

0 comments on commit d8c48e3

Please sign in to comment.