changed some parameter names

main
m455 2018-04-02 21:44:30 -04:00
parent 55a540357d
commit 1f98bbd8c4
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
(close-output-port opened-file))))
;; talk with user if something goes wrong/right
(define (prompt-initialize prompt-message)
(d-hash-ref messages prompt-message)
(define (prompt-initialize chosen-message)
(d-hash-ref messages chosen-message)
(display "> ")
(let ([user-input (read-line)])
(cond