Fix record-predicate that should be exception-predicate

This commit is contained in:
Christopher Baines 2025-06-27 00:16:18 +02:00
parent 8f3e0a9a1d
commit 163d775496
4 changed files with 10 additions and 10 deletions

View file

@ -130,7 +130,7 @@ closes PORT, unless KEEP-ALIVE? is true."
(record-constructor &request-body-ended-prematurely))
(define request-body-ended-prematurely-error?
(record-predicate &request-body-ended-prematurely))
(exception-predicate &request-body-ended-prematurely))
(define (request-body-port/knots r)
(cond