aboutsummaryrefslogtreecommitdiff
path: root/lib/object.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-12-30 23:58:47 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-12-30 23:58:47 -0800
commit5059c081ac624ede925d5256885509ddd17181c6 (patch)
tree0457d135e5193126bf73466bfaae09df94ab8a7d /lib/object.nom
parentec69ee6f62016a2edcc13e3183cbe4cadd75717f (diff)
Auto-upgraded code.
Diffstat (limited to 'lib/object.nom')
-rw-r--r--lib/object.nom2
1 files changed, 1 insertions, 1 deletions
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):