Skip to content

Commit

Permalink
Ignore PlantUML word.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 1, 2025
1 parent f2b753e commit bb0530f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/index.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"HTTP"
"TODO"
"Unlicense"
"PlantUML"
"UML"
"REPL"
"ASDF:PACKAGE-INFERRED-SYSTEM"
"ASDF"
Expand Down
4 changes: 2 additions & 2 deletions src/core.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

(defvar *path-to-graphviz*
nil
"If given, should be a path to `dot` binary of Graphviz. Will be passed as -graphvizdot option to the Plantuml.")
"If given, should be a path to `dot` binary of Graphviz. Will be passed as -graphvizdot option to the `PlantUML`.")


(define-condition plantuml-error (error)
Expand All @@ -34,7 +34,7 @@
:initform (required-argument "ERROR-MESSAGE is required argument.")
:reader plantuml-error-message))
(:report (lambda (condition stream)
(format stream "PlantUML exited with code ~A and this error output:~2%~A"
(format stream "`PlantUML` exited with code ~A and this error output:~2%~A"
(plantuml-exit-code condition)
(plantuml-error-message condition)))))

Expand Down

0 comments on commit bb0530f

Please sign in to comment.