Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ac219b9

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

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
@@ -1037,7 +1037,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
10371037
</literallayout>
10381038
Then value <replaceable>i</> between <replaceable>min</> and
10391039
<replaceable>max</> inclusive is drawn with probability:
1040-
<literal>f(x) - f(x + 1)</>.
1040+
<literal>f(i) - f(i + 1)</>.
10411041
</para>
10421042

10431043
<para>

0 commit comments

Comments
 (0)