1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix inconsistent bounds description in stats_rand_gen_funiform() (#5105)

Fix incorrect inclusivity of low parameter in stats_rand_gen_funiform()
This commit is contained in:
Louis-Arnaud
2026-01-15 18:44:26 +01:00
committed by GitHub
parent 9a8c593c09
commit 25576ecac2

View File

@@ -25,7 +25,7 @@
<term><parameter>low</parameter></term>
<listitem>
<para>
The lower bound (inclusive)
The lower bound (exclusive)
</para>
</listitem>
</varlistentry>