From 8b489490e1a1a346ef2398198ac80918fc39c178 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 17 Mar 2026 21:13:03 +0000 Subject: [PATCH] Fix readable? docstring. --- knots/timeout.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knots/timeout.scm b/knots/timeout.scm index a65a095..010e1d8 100644 --- a/knots/timeout.scm +++ b/knots/timeout.scm @@ -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)