From 5059c081ac624ede925d5256885509ddd17181c6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 30 Dec 2018 23:58:47 -0800 Subject: Auto-upgraded code. --- lib/object.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/object.nom') diff --git a/lib/object.nom b/lib/object.nom index 72e1588..0cede18 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -81,7 +81,7 @@ test: (object $classname extends $parent $class_body) compiles to: unless ($classname.type == "Action"): compile error at $classname - .."Expected this to be an action, not a \$classname.type" + "Expected this to be an action, not a \$classname.type" for $ in $classname: unless ($ is text): -- cgit v1.2.3