Skip to content

Commit d06f3e0

Browse files
authored
Merge pull request #252 from tiffany-taylor/patch-1
Fix encoding for &lt; to <
2 parents 8a7e967 + 6e28846 commit d06f3e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/04-basic-concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ outcomes:
10011001
```
10021002
[VSlot $a *]---->[VStore array *]---->[HStore Array [VSlot 0 *]]
10031003
|
1004-
[VSlot $b *]-->[VStore array *] [VStore Arr *]&lt;---+
1004+
[VSlot $b *]-->[VStore array *] [VStore Arr *]<---+
10051005
| |
10061006
+----------------------+ +----------+
10071007
V V
@@ -1050,7 +1050,7 @@ possible outcome:
10501050
| V |
10511051
| [VStore string 'hi'] |
10521052
V |
1053-
[VSlot $x *]--------------------->[VStore int 123]&lt;--------+
1053+
[VSlot $x *]--------------------->[VStore int 123]<--------+
10541054
```
10551055

10561056
Here is the third possible outcome:
@@ -1068,11 +1068,11 @@ Here is the third possible outcome:
10681068
V | V
10691069
[VStore Arr-D *]-->[HStore Array [VSlot 0 *] [VSlot 1 *]] | [VStore string 'hi']
10701070
| | |
1071-
[VStore int 123]&lt;-------+ | |
1071+
[VStore int 123]<-------+ | |
10721072
V |
10731073
[VStore string 'hi'] |
10741074
|
1075-
[VSlot $x *]--------------------->[VStore int 123]&lt;---------+
1075+
[VSlot $x *]--------------------->[VStore int 123]<---------+
10761076
```
10771077

10781078
The second and third possible outcomes show what can possibly happen if

0 commit comments

Comments
 (0)