From e8c48251e8fed88fa65a9f1ef0302c8633f1c23b Mon Sep 17 00:00:00 2001 From: Chris Vine Date: Sat, 9 Oct 2021 12:04:17 +0100 Subject: [PATCH] Update guile version reference --- docs/example-client.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example-client.scm b/docs/example-client.scm index 15286f5..6fcdd09 100755 --- a/docs/example-client.scm +++ b/docs/example-client.scm @@ -98,7 +98,7 @@ (setvbuf sock 'block) ;; the connect and force-output procedures are suspendable in - ;; guile-2.2, as is write-request if no custom header writers + ;; guile-3.0, as is write-request if no custom header writers ;; are imported which invoke non-suspendable i/o (await-write-suspendable! await resume sock (lambda (s)