Fix markup to only have the parameter name in the tag (#3132)

This commit is contained in:
mowangjuanzi
2024-01-23 21:34:23 +08:00
committed by GitHub
parent d913c15e0c
commit c308ed37a9

View File

@@ -213,7 +213,7 @@
In particular, an <classname>Error</classname> is thrown if the number of
requested bytes is less than or equal to zero, and an <classname>Exception</classname>
is thrown if sufficient randomness cannot be gathered.
The <literal>$crypto_strong output</literal> argument is guaranteed to always
The <literal>$crypto_strong</literal> output argument is guaranteed to always
be &true; if the function does not throw, so explicitly checking it is not necessary.
</para>
</sect2>