BSL and BSL+: fix an error message
This commit is contained in:
parent
73a4b1758e
commit
e0bf863b21
|
@ -62,7 +62,7 @@
|
||||||
[_else
|
[_else
|
||||||
(raise-syntax-error
|
(raise-syntax-error
|
||||||
#f
|
#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)]))
|
stx)]))
|
||||||
#'orig-name))]))]))
|
#'orig-name))]))]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user