aboutsummaryrefslogtreecommitdiffstats
path: root/src/Tutorial.tsx
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-07 21:13:03 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-07 21:35:06 +0200
commit1251d35b94d64b7f34d5dd16eab8e7493b0c966c (patch)
tree89bb5f62161e7e9f58d30feedc53e497fdc994e4 /src/Tutorial.tsx
parent2fc99118ba7eb27fc21921f28a4fa5c28fff2552 (diff)
Add tests, do things
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 0fcdb12..a511ec3 100644
--- a/src/Tutorial.tsx
+++ b/src/Tutorial.tsx
@@ -22,7 +22,7 @@ const Tutorial = () => (
<p>
<i>Phrases</i>, roughly equal to Lisp&apos;s quoted S-expressions, are a sequence
of words that are not immediately evaluated when encountered, but instead put on
- the stack for later manipulation. Phrases can be used to implement strings or homogenous
+ the stack for later manipulation. Phrases can be used to implement strings or heterogenous
list structures. Phrases are also the core of conditional expressions, where branches
of code are only evaluated when a condition is met.
</p>