[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: [skip-revcheck] Fix output spacing.
From:       André_L_F_S_Bacci <noreply () php ! net>
Date:       2021-10-29 14:19:52
Message-ID: UpzoRZT8FdxWNOoB7AlA1PIWOy3HKrm3hXcbKifc8W8 () main ! php ! net
[Download RAW message or body]

Author: André L F S Bacci (alfsb)
Date: 2021-10-29T11:20:24-03:00

Commit: https://github.com/php/doc-en/commit/be039c085ee703d5b1f39837e55081d6e2d55030
Raw diff: https://github.com/php/doc-en/commit/be039c085ee703d5b1f39837e55081d6e2d55030.diff

[skip-revcheck] Fix output spacing.

Changed paths:
  M  language/constants.xml


Diff:

diff --git a/language/constants.xml b/language/constants.xml
index a87f837b56..30a275db0b 100644
--- a/language/constants.xml
+++ b/language/constants.xml
@@ -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>
 

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic