summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-04-08 02:27:18 -0400
committerGitHub <noreply@github.com>2022-04-08 02:27:18 -0400
commit906dac0c32b27661f941f94f07be2e2ee16c0e17 (patch)
treefdb4865558d60d9d40bb76b6dd8c72262f4d5f84
parentce5d55c40104069fbf0196dd4d5dc5b6290724de (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a9d8876..65a2d35 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ What works
- Struct definition
- Control flow blocks (`if` and `loop` specifically)
-What does'nt work
+What doesn't work
- `else`
- Function Calls
- Getting struct members
@@ -57,4 +57,4 @@ Once you have built the parser, it can be invoked in the build folder with `./pa
With some of the code I've written, I'm kinda supprised that this even compiles.
-tint is short for Tnsl INTerpreter \ No newline at end of file
+tint is short for Tnsl INTerpreter