Skip to content

Commit e67f3f3

Browse files
committed
typo/wording
1 parent 971e603 commit e67f3f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appendices/migration71/incompatible.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ Warning: Cannot call func_num_args() dynamically in %s on line %d
143143
<para>
144144
<function>mt_rand</function> will now default to using the fixed version of
145145
the Mersenne Twister algorithm. If deterministic output from
146-
<function>mt_srand</function> was relied upon, then the
147-
<constant>MT_RAND_PHP</constant> with the ability to preserve the old
148-
(incorrect) implementation via an additional optional second parameter to
149-
<function>mt_srand</function>.
146+
<function>mt_rand</function> was relied upon, then
147+
<constant>MT_RAND_PHP</constant> can be used as optional second parameter
148+
to <function>mt_srand</function> to preserve the old (incorrect)
149+
implementation.
150150
</para>
151151
</sect2>
152152

0 commit comments

Comments
 (0)