aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorjgart <47760695+jgarte@users.noreply.github.com>2021-11-14 14:19:04 -0500
committerGitHub <noreply@github.com>2021-11-14 14:19:04 -0500
commitd34d319d89055fcdb76978deec54c747a8210aaf (patch)
treec04c16c96a5b9635dccba4f617316160f7819d99 /README.md
parentMerge pull request #870 from andrewchambers/exposepid (diff)
Typo fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb87f9db..835c51f1 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ Nope. There are no cons cells here.
### Is this a Clojure port?
-No. It's similar to Clojure superficially because I like Lisps and I like the asthetics.
+No. It's similar to Clojure superficially because I like Lisps and I like the aesthetics.
Internally, Janet is not at all like Clojure.
### Are the immutable data structures (tuples and structs) implemented as hash tries?