aboutsummaryrefslogtreecommitdiff
path: root/grammars.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'grammars.lisp')
-rw-r--r--grammars.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars.lisp b/grammars.lisp
index c9a1c55..54505b7 100644
--- a/grammars.lisp
+++ b/grammars.lisp
@@ -4,7 +4,7 @@
;;; GRAMMAR & RULES
-(defstruct rule lhs pattern action check doc)
+(defstruct rule lhs pattern action check note)
(defclass grammar ()
((rules