diff options
| author | 2023-02-08 14:53:08 +0500 | |
|---|---|---|
| committer | 2023-02-08 14:53:08 +0500 | |
| commit | bd2aa04a1dba511d9dd95393f52b1bf512599557 (patch) | |
| tree | 17cda59efb103ab41999d85728733f7e1815fddd /doc | |
| parent | Revert argparse dyn args hack. (diff) | |
Fixed typo in probability word
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/math.mdz | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/math.mdz b/doc/math.mdz index bbbd139..9e06e7b 100644 --- a/doc/math.mdz +++ b/doc/math.mdz @@ -47,11 +47,11 @@ and sample size `k`. @codeblock{(binominal-distribution t p)} Creates binominal distribution from trials `t` -and propability `p` in the tuple. +and probability `p` in the tuple. -## check-propability +## check-probability -@codeblock{(check-propability p)} +@codeblock{(check-probability p)} Asserts that probability in in the [0 1] range. |
