From 716ca5377386ca87eded7dd514ccc17f8ed281c3 Mon Sep 17 00:00:00 2001
From: Eduardo Julian
Date: Sun, 26 Jun 2022 02:57:13 -0400
Subject: De-sigil-ification: suffix : [Part 16]

---
 lux-r/source/program.lux | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lux-r/source')

diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 46d0ccade..356c54ff5 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -9,7 +9,7 @@
    ["[0]" pipe]
    ["[0]" maybe]
    ["[0]" try (.only Try)]
-   ["[0]" exception (.only exception:)]
+   ["[0]" exception (.only exception)]
    ["[0]" io (.only IO io)]
    [concurrency
     ["[0]" promise (.only Promise)]]
@@ -172,7 +172,7 @@
   (getScriptEngine [] org/renjin/script/RenjinScriptEngine))
 
 (with_template [<name>]
-  [(exception: (<name> [object java/lang/Object])
+  [(exception (<name> [object java/lang/Object])
      (exception.report
       "Class" (java/lang/Object::toString (java/lang/Object::getClass object))
       "Object" (java/lang/Object::toString object)))]
-- 
cgit v1.2.3