summaryrefslogtreecommitdiff
path: root/cider-cheatsheet.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-cheatsheet.el')
-rw-r--r--cider-cheatsheet.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-cheatsheet.el b/cider-cheatsheet.el
index 677fe77d..d870c5a5 100644
--- a/cider-cheatsheet.el
+++ b/cider-cheatsheet.el
@@ -294,7 +294,7 @@
(clojure.core .. doto bean comparator enumeration-seq import iterator-seq memfn definterface supers bases))
("Cast"
(clojure.core boolean byte short char int long float double bigdec bigint num cast biginteger))
- ("Exceptions"
+ ("Exceptions"
(:special throw try catch finally)
(clojure.core ex-info ex-data Throwable->map StackTraceElement->vec)
(clojure.repl pst))