[php-langspec] master: Fix encoding for &lt; to <

[email protected] (Tiffany via GitHub) Fri, 7 May 2021 01:38:17 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Author: Tiffany (tiffany-taylor)
Committer: GitHub (web-flow)
Pusher: TysonAndre
Date: 2021-05-06T20:19:38-05:00

Commit: https://github.com/php/php-langspec/commit/6e288468b63910d0e5f9ec06fd35b2d0b2e52327
Raw diff: https://github.com/php/php-langspec/commit/6e288468b63910d0e5f9ec06fd35b2d0b2e52327.diff

Fix encoding for &lt; to <

Changed paths:
  M  spec/04-basic-concepts.md


Diff:

diff --git a/spec/04-basic-concepts.md b/spec/04-basic-concepts.md
index bfc81b6..6f99d46 100644
--- a/spec/04-basic-concepts.md
+++ b/spec/04-basic-concepts.md
@@ -1001,7 +1001,7 @@ outcomes:
 ```
 [VSlot $a *]---->[VStore array *]---->[HStore Array [VSlot 0 *]]
                                                              |
-[VSlot $b *]-->[VStore array *]            [VStore Arr *]&lt;---+
+[VSlot $b *]-->[VStore array *]            [VStore Arr *]<---+
                              |                         |
       +----------------------+              +----------+
       V                                     V
@@ -1050,7 +1050,7 @@ possible outcome:
                                     |                   V   |
                                     | [VStore string 'hi']  |
                                     V                       |
- [VSlot $x *]--------------------->[VStore int 123]&lt;--------+
+ [VSlot $x *]--------------------->[VStore int 123]<--------+
 ```
 
 Here is the third possible outcome:
@@ -1068,11 +1068,11 @@ Here is the third possible outcome:
        V                                                     |              V
    [VStore Arr-D *]-->[HStore Array [VSlot 0 *] [VSlot 1 *]] | [VStore string 'hi']
                                              |           |   |
-                     [VStore int 123]&lt;-------+           |   |
+                     [VStore int 123]<-------+           |   |
                                                          V   |
                                        [VStore string 'hi']  |
                                                              |
- [VSlot $x *]--------------------->[VStore int 123]&lt;---------+
+ [VSlot $x *]--------------------->[VStore int 123]<---------+
 ```
 
 The second and third possible outcomes show what can possibly happen if