From a20c56dc4bc26b868ef1c4841b7c8f8cc9da9cd2 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 16 Apr 2022 12:58:53 -0400 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3c69e..866f86b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](imgs/simple-rick.jpg) -"Simple Squiggle" is a simple parser that manipulates multiplications and divisions between numbers and lognormal. It uses a very restricted subset of Squiggle's syntax, and unlike it, it is not easily extensible. It may be useful for testing correctness of limited features of the full Squiggle. +"Simple Squiggle" is a simple parser that manipulates multiplications and divisions between numbers and lognormal distributions. It uses an extremely restricted subset of Squiggle's syntax, and unlike it, the underlying code is not easily extensible. It may be useful for testing correctness of limited features of the full Squiggle. ![](imgs/simple-squiggle.png)