From 536016551d4539b3b7cca5034f5c5545e6b4e5b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardo Date: Thu, 10 Jan 2019 19:40:25 +0000 Subject: [PATCH] Fix typo --- brag/brag.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brag/brag.scrbl b/brag/brag.scrbl index 2aa8849..daae3e0 100755 --- a/brag/brag.scrbl +++ b/brag/brag.scrbl @@ -816,7 +816,7 @@ term : factor (/'*' factor)* | "8" | "9")+ }| -This time, the rule name disppears from the parse tree, but its nodes and elements remain: +This time, the rule name disappears from the parse tree, but its nodes and elements remain: @racketblock['(expr (term ("1")) (term ("2") ("3")))]