aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorjgart <47760695+jgarte@users.noreply.github.com>2022-03-12 17:54:44 -0500
committerGitHub <noreply@github.com>2022-03-12 17:54:44 -0500
commite51a39128601fd16090342c113200ed0a0146879 (patch)
tree1b99eb0c749d3eb260e1d99b7434ccfbacb60d05 /README.md
parentMerge pull request #931 from saikyun/norm-neg (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 eba50d09..9c8d5f8d 100644
--- a/README.md
+++ b/README.md
@@ -284,7 +284,7 @@ Usually, one of a few reasons:
Janet does not run on the JVM, and has a more primitive garbage collector.
- We want to keep the Janet core small. With Lisps, usually a feature can be added as a library
without feeling "bolted on", especially when compared to ALGOL like languages. Adding features
- to the core also makes it a bit more difficult keep Janet maximally portable.
+ to the core also makes it a bit more difficult to keep Janet maximally portable.
### Why is my terminal spitting out junk when I run the REPL?