Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Oct 9, 2019
1 parent cf39d86 commit 567a01c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ex/src/clj/exoscale/ex.clj
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
(defn ex-info
"Like `clojure.core/ex-info` but adds validation of the ex-data,
automatic setting of the data `:type` from argument and potential
derivation from `derived` argument"
derivation. You can specify type as either a keyword or a tuple of
`[<type> [<derivation>+]]`."
([msg type]
(ex-info msg type nil))
([msg type data]
Expand Down

0 comments on commit 567a01c

Please sign in to comment.