Fixed doc

This commit is contained in:
Justin Ethier 2016-01-11 23:17:58 -05:00
parent cea222641a
commit 42ec26f7b1

View file

@ -12,7 +12,7 @@ The `(scheme read)` library provides procedures for reading Scheme objects.
#read-all
(read)
(read port)
(read-all)
(read-all port)
Read all objects from a port and return them as a list.