Fix readable? docstring.
This commit is contained in:
parent
35f4c16ab0
commit
8b489490e1
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
(exception-predicate &port-write-timeout-error))
|
(exception-predicate &port-write-timeout-error))
|
||||||
|
|
||||||
(define (readable? port)
|
(define (readable? port)
|
||||||
"Test if PORT is writable."
|
"Test if PORT is readable."
|
||||||
(= 1 (port-poll port "r" 0)))
|
(= 1 (port-poll port "r" 0)))
|
||||||
|
|
||||||
(define (writable? port)
|
(define (writable? port)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue