Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Jun 7, 2024
1 parent 2889b9b commit 5f8686d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/reader/messages-english.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
;;; Type error

(define-reporter ((condition read-object-type-error) stream)
(format stream "~@<The read object ~s is not of the required type ~S.~@:>"
(format stream "~@<The read object ~S is not of the required type ~S.~@:>"
(type-error-datum condition)
(type-error-expected-type condition)))

Expand Down Expand Up @@ -398,7 +398,7 @@
(delimiter condition)))

(define-reporter ((condition too-many-elements) stream)
(format stream "~@<~a was specified to have length ~D, but ~D ~
(format stream "~@<~A was specified to have length ~D, but ~D ~
element~:P ~:*~[were~;was~:;were~] found.~@:>"
(array-type condition)
(expected-number condition)
Expand Down

0 comments on commit 5f8686d

Please sign in to comment.