aboutsummaryrefslogtreecommitdiffstats
path: root/src/Tutorial.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tutorial.tsx')
-rw-r--r--src/Tutorial.tsx2
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>