[skip-revcheck] Fix output spacing.

This commit is contained in:
André L F S Bacci 2021-10-29 11:20:24 -03:00
parent 0bbcee7822
commit be039c085e

View file

@ -221,8 +221,8 @@ echo ANIMALS[1]; // outputs "cat"
constants defined using the <literal>const</literal> keyword must be
declared at the top-level scope because they are defined at compile-time.
This means that they cannot be declared inside functions, loops,
<literal>if</literal> statements or <literal>try</literal>/
<literal>catch</literal> blocks.
<literal>if</literal> statements or
<literal>try</literal>/<literal>catch</literal> blocks.
</para>
</note>