com php-langspec: Punctuators: Fix spacing, add namespace separator: spec/09-lexical-structure.md spec/19-grammar.md

[email protected] (Nikita Popov) Wed, 13 Jul 2016 11:19:41 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    4a0bcfb3c75f08320a05596d3658f6976890c5b9
Author:    Ivan Enderlin <[email protected]>         Tue, 12 Jul 2016 08:37:43 +0200
Committer: Nikita Popov <[email protected]>      Wed, 13 Jul 2016 13:19:41 +0200
Parents:   854b2d1d01e5c3d3feec16eebf94f5481611a875
Branches:  master

Link:       http://git.php.net/?p=php-langspec.git;a=commitdiff;h=4a0bcfb3c75f08320a05596d3658f6976890c5b9

Log:
Punctuators: Fix spacing, add namespace separator

Changed paths:
  M  spec/09-lexical-structure.md
  M  spec/19-grammar.md


Diff:
diff --git a/spec/09-lexical-structure.md b/spec/09-lexical-structure.md
index 25f9543..9951bc9 100644
--- a/spec/09-lexical-structure.md
+++ b/spec/09-lexical-structure.md
@@ -861,10 +861,10 @@ echo ">$s<\n\n";
 
 <pre>
   <i>operator-or-punctuator:: one of</i>
-    [   ]    (   )   {    }   .   ->   ++   --   **   *   +   -   ~   !
+    [   ]   (   )   {   }   .   ->   ++   --   **   *   +   -   ~   !
     $   /   %   &lt;&lt;    &gt;&gt;   &lt;   &gt;   &lt;=   &gt;=   ==   ===   !=   !==   ^   |
     &   &&   ||   ?   :   ;   =   **=   *=   /=   %=   +=   -=   .=   &lt;&lt;=
-    &gt;&gt;=   &=   ^=   |=   ,   ??   &lt;=&gt;   ...
+    &gt;&gt;=   &=   ^=   |=   ,   ??   &lt;=&gt;   ...   \
 </pre>
 
 **Semantics**
diff --git a/spec/19-grammar.md b/spec/19-grammar.md
index 2e3682f..c3440c3 100644
--- a/spec/19-grammar.md
+++ b/spec/19-grammar.md
@@ -316,10 +316,10 @@ The grammar notation is described in [Grammars section](09-lexical-structure.md#
 
 <pre>
   <i>operator-or-punctuator:: one of</i>
-    [   ]    (   )   {    }   .   ->   ++   --   **   *   +   -   ~   !
+    [   ]   (   )   {   }   .   ->   ++   --   **   *   +   -   ~   !
     $   /   %   &lt;&lt;    &gt;&gt;   &lt;   &gt;   &lt;=   &gt;=   ==   ===   !=   !==   ^   |
     &   &&   ||   ?   :   ;   =   **=   *=   /=   %=   +=   -=   .=   &lt;&lt;=
-    &gt;&gt;=   &=   ^=   |=   ,   ??   &lt;=&gt;   ...
+    &gt;&gt;=   &=   ^=   |=   ,   ??   &lt;=&gt;   ...   \
 </pre>
 
 ##Syntactic Grammar