aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/source
diff options
context:
space:
mode:
authorEduardo Julian2022-06-25 20:24:43 -0400
committerEduardo Julian2022-06-25 20:24:43 -0400
commitfb46beb8bd784ba92949bf2c535dc13c2f003ef0 (patch)
tree28dbec5e8e6a1307a5aee28772d9aa897349bc57 /lux-ruby/source
parenta384e0c9426d6110fa4c104a1327808a0aff91b0 (diff)
De-sigil-ification: suffix : [Part 15]
Diffstat (limited to 'lux-ruby/source')
-rw-r--r--lux-ruby/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index a18f86cb9..30940108e 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -228,7 +228,7 @@
(call [org/jruby/runtime/ThreadContext [org/jruby/runtime/builtin/IRubyObject]]
"try" org/jruby/runtime/builtin/IRubyObject))
-(type: Translator
+(type Translator
(-> java/lang/Object (Try Any)))
(def (read_tuple read host_object)