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:
@@ -25,7 +25,7 @@
|
||||
<term><parameter>low</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The lower bound (inclusive)
|
||||
The lower bound (exclusive)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user