Skip to content

Commit

Permalink
Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Feb 11, 2016
1 parent 82f21b1 commit def84c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`parse-exception` can now handle method names containing `<` and `>` (used for instance and class
constructor methods), as well as other cases from real-life stack traces.

Stack traces were omitted when the deepest stack frame was via `ex-info`; this has been corrected.
Stack traces were omitted when the root exception was via `ex-info`; this has been corrected.

[Closed issues](https://github.com/AvisoNovate/pretty/issues?q=milestone%3A0.1.23)

Expand Down
2 changes: 1 addition & 1 deletion src/io/aviso/exception.clj
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
is ready to pass to [[write-exception*]].
This code does not attempt to recreate properties associated with the exceptions; in most
exception's cases, this is not necessarily written to the output. For clojure.lang.ExInfo,
exception's cases, this is not necessarily written to the output. For clojure.lang.ExceptionInfo,
it is hard to distinguish the message text from the printed exception map.
The options are used when processing the stack trace and may include the :filter and :frame-limit keys.
Expand Down

0 comments on commit def84c3

Please sign in to comment.