From c1d2ef2673447b80ba5515ea54a9bae303bd6c9a Mon Sep 17 00:00:00 2001 From: Breck Yunits Date: Mon, 6 Jan 2025 08:40:39 -0800 Subject: [PATCH] --- blog/scrollInQuestions.scroll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/scrollInQuestions.scroll b/blog/scrollInQuestions.scroll index 8b5015bb5..7711c3744 100644 --- a/blog/scrollInQuestions.scroll +++ b/blog/scrollInQuestions.scroll @@ -194,7 +194,7 @@ Parsers does not have enough functionality yet to be able to write parsers that The primary implementation of Parsers currently is half Parsers, half Javascript. -? How does Parsers parser Scroll? +? How does Parsers parse Scroll? The Parsers program is parsed and compiled by a Javascript implementation of Parsers which generates a Parser and compiler for Scroll programs.