Commit c1bb7870 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typo

Author: Fabien COELHO <coelho@cri.ensmp.fr>
parent f9725657
......@@ -1045,7 +1045,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
</literallayout>
Then value <replaceable>i</> between <replaceable>min</> and
<replaceable>max</> inclusive is drawn with probability:
<literal>f(x) - f(x + 1)</>.
<literal>f(i) - f(i + 1)</>.
</para>
<para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment