Skip to content

Commit

Permalink
Use 'X' instead of `X'
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee authored and samth committed Aug 15, 2022
1 parent 9d6abe7 commit fcc2c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions racket/collects/pkg/private/print.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
[x
(unless (equal? x "?")
(eprintf "Invalid answer: ~a\n" x))
(eprintf " Answer ~a`y' or `Y' for \"yes\", ~a`n' or `N' for \"no\", or\n"
(eprintf " Answer ~a'y' or 'Y' for \"yes\", ~a'n' or 'N' for \"no\", or\n"
(if default-yes? "nothing or " "")
(if default-yes? "" "nothing or "))
(eprintf " `a' or `A' for \"yes for all\", or `c' or `C' for \"cancel\".\n")
(eprintf " 'a' or 'A' for \"yes for all\", or 'c' or 'C' for \"cancel\".\n")
(loop)])])))


Expand Down

0 comments on commit fcc2c6e

Please sign in to comment.