Skip to content

Commit cee7070

Browse files
committed
clarify error message
1 parent f5b3bbb commit cee7070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redex-pict-lib/redex/private/pict.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
[(null? info)
664664
(error what
665665
(string-append
666-
"expected some non-terminals to render, but there were none\n"
666+
"expected some non-terminals to have productions to render, but there were none\n"
667667
" language's nts: ~a\n"
668668
" requested nts: ~a")
669669
(nts->str all-nts)

0 commit comments

Comments
 (0)