Skip to content

Commit c1bb787

Browse files
committed
doc: Fix typo
Author: Fabien COELHO <coelho@cri.ensmp.fr>
1 parent f972565 commit c1bb787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
10451045
</literallayout>
10461046
Then value <replaceable>i</> between <replaceable>min</> and
10471047
<replaceable>max</> inclusive is drawn with probability:
1048-
<literal>f(x) - f(x + 1)</>.
1048+
<literal>f(i) - f(i + 1)</>.
10491049
</para>
10501050

10511051
<para>

0 commit comments

Comments
 (0)