Skip to content

Commit 2aa7fa1

Browse files
committed
little fix
1 parent ee4f485 commit 2aa7fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ <h3>Demo. Try editing me below</h3>
4747
or No?:>http://www.google.com
4848
io=>inputoutput: catch something...
4949

50-
st->op1(right)->cond
50+
st->op1->cond
5151
cond(yes)->io->e
52-
cond(no)->sub1(left)->op1</div>
52+
cond(no)->sub1(right)->op1</div>
5353
<!-- </div>
5454
Theme:
5555
<select class="theme">
@@ -64,7 +64,7 @@ <h3>Demo. Try editing me below</h3>
6464
</section>
6565

6666
<b>Conditions can also be redirected like cond(yes, bottom) or cond(yes, right)</b>
67-
<b>... and the other symbols too... like op1(right)</b>
67+
<b>... and the other symbols too... like sub1(right)</b>
6868
<div class="inner">
6969
<section id="usage">
7070
<h3>Usage</h3>

0 commit comments

Comments
 (0)