diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 23:17:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 23:17:27 +0200 |
| commit | f7271130ceebe1fd2d184298fc2d1e892ab7d64f (patch) | |
| tree | 2bea0d6dff9c3cc6802efe834691cc3a0551c9d3 /src/Tutorial.tsx | |
| parent | dbf703d7a456eb682c3e06f4561e495112e10497 (diff) | |
More things
Diffstat (limited to 'src/Tutorial.tsx')
| -rw-r--r-- | src/Tutorial.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tutorial.tsx b/src/Tutorial.tsx index 20b4304..0fcdb12 100644 --- a/src/Tutorial.tsx +++ b/src/Tutorial.tsx @@ -48,7 +48,7 @@ const Tutorial = () => ( <div className={styles.quote}> <pre>cond</pre> - <p>Consume three values (bool, phrase1, phrase2) from the stack. If bool is true, + <p>Consume three values (phrase2, phrase1, bool) from the stack. If bool is true, evaluate phrase1, otherwise evaluate phrase2. </p> </div> |
