Fix readable? docstring.

This commit is contained in:
Christopher Baines 2026-03-17 21:13:03 +00:00
parent 35f4c16ab0
commit 8b489490e1

View file

@ -110,7 +110,7 @@
(exception-predicate &port-write-timeout-error))
(define (readable? port)
"Test if PORT is writable."
"Test if PORT is readable."
(= 1 (port-poll port "r" 0)))
(define (writable? port)