Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a435b04

Browse files
committedOct 2, 2021
correct issue with syntax of pdf_uniform
1 parent 884623b commit a435b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/specs/stdlib_stats_distribution_uniform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ f(x) = 1 / (scale%re * scale%im); for complex uniform distribution.
211211

212212
### Syntax
213213

214-
`result = [[stdlib_stats_distribution_uniform(module):uniform_distribution_pdf(interface)]](x, loc, scale)`
214+
`result = [[stdlib_stats_distribution_uniform(module):pdf_uniform(interface)]](x, loc, scale)`
215215

216216
### Class
217217

0 commit comments

Comments
 (0)
Please sign in to comment.