BSL and BSL+: fix an error message

This commit is contained in:
Matthew Flatt 2012-06-27 06:26:59 -06:00
parent 73a4b1758e
commit e0bf863b21

View File

@ -62,7 +62,7 @@
[_else
(raise-syntax-error
#f
"expected a function call but there is no open parenthesis before this function"
"expected a function call, but there is no open parenthesis before this function"
stx)]))
#'orig-name))]))]))