summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2017-08-01 18:33:55 +0000
committerPeter Eisentraut2017-08-01 18:37:26 +0000
commitc1bb7870463bd8ab2b28b363616ec60a9041e13a (patch)
tree136907b6b5a3aed09783e5fba7ff70ca4be6d830
parentf97256570f45c33abf695a189ab11b25e6cd7985 (diff)
doc: Fix typo
Author: Fabien COELHO <[email protected]>
-rw-r--r--doc/src/sgml/ref/pgbench.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index 64b043b48a..03e1212d50 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -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>