diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 23:58:47 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 23:58:47 -0800 |
| commit | 5059c081ac624ede925d5256885509ddd17181c6 (patch) | |
| tree | 0457d135e5193126bf73466bfaae09df94ab8a7d /lib/object.nom | |
| parent | ec69ee6f62016a2edcc13e3183cbe4cadd75717f (diff) | |
Auto-upgraded code.
Diffstat (limited to 'lib/object.nom')
| -rw-r--r-- | lib/object.nom | 2 |
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): |
