From 257b31aa564afa94b36a709918948535cb303198 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 12 Jul 2024 12:09:38 -0700 Subject: [PATCH] Typo --- doc/DRAWL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DRAWL.md b/doc/DRAWL.md index 4d96269..1d9e335 100644 --- a/doc/DRAWL.md +++ b/doc/DRAWL.md @@ -13,7 +13,7 @@ However, the code is partitioned to allow for easy extension so some of these mi ## Features of DRAWL - 32 bit integers and basic math operators. Hey, better than you probably expected -- Tail recursion handles handles deep recursion. Check out [loop.lisp](https://github.com/dschmenk/PLASMA/blob/master/src/lisp/loop.lisp) +- Tail recursion handles deep recursion. Check out [loop.lisp](https://github.com/dschmenk/PLASMA/blob/master/src/lisp/loop.lisp) - Fully garbage collected behind the scenes - Optionally read LISP source file at startup - The PROG feature now present!