[php-langspec] master: Merge pull request #252 from tiffany-taylor/patch-1

[email protected] (Tyson Andre via GitHub) Fri, 7 May 2021 01:38:18 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Author: Tyson Andre (TysonAndre)
Committer: GitHub (web-flow)
Pusher: TysonAndre
Date: 2021-05-06T21:38:27-04:00

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

Merge pull request #252 from tiffany-taylor/patch-1

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