[DOC-CVS] [doc-en] master: Fix inconsistent bounds description in stats_rand_gen_funiform() (#5105)
[email protected] (Louis-Arnaud via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Louis-Arnaud (lacatoire)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2026-01-15T17:44:26Z
Commit: https://github.com/php/doc-en/commit/25576ecac2d7f9240ed376d20fb2d05b7c259d3e
Raw diff: https://github.com/php/doc-en/commit/25576ecac2d7f9240ed376d20fb2d05b7c259d3e.diff
Fix inconsistent bounds description in stats_rand_gen_funiform() (#5105)
Fix incorrect inclusivity of low parameter in stats_rand_gen_funiform()
Changed paths:
M reference/stats/functions/stats-rand-gen-funiform.xml
Diff:
diff --git a/reference/stats/functions/stats-rand-gen-funiform.xml b/reference/stats/functions/stats-rand-gen-funiform.xml
index 087da301cd95..722ab7fb0894 100644
--- a/reference/stats/functions/stats-rand-gen-funiform.xml
+++ b/reference/stats/functions/stats-rand-gen-funiform.xml
@@ -25,7 +25,7 @@
<term><parameter>low</parameter></term>
<listitem>
<para>
- The lower bound (inclusive)
+ The lower bound (exclusive)
</para>
</listitem>
</varlistentry>