Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Jul 15, 2022
1 parent f4a5d84 commit 31c48f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast-diff.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3582,7 +3582,7 @@ Numerous options are provided to control presentation.")
(write-string (apply #'call-next-method diff my your :stream nil args)
stream)
(error ()
(format *error-output* "&Diff printing failure, faling back to raw diff~%")
(format *error-output* "~&Diff printing failure, falling back to raw diff~%")
(format stream "~a" diff)))))
(:method ((diff list)
(my structured-text)
Expand Down

0 comments on commit 31c48f9

Please sign in to comment.