Fix typo (beginz -> begin)
This commit is contained in:
parent
37b31fc65a
commit
be8a63dbe8
|
@ -529,7 +529,7 @@ text streams.
|
|||
(> spell-errors.txt))\end{code}
|
||||
\end{defundesc}
|
||||
|
||||
\beginz{defundesc}{make-string-port-filter}{filter [buflen]}{\proc}
|
||||
\begin{defundesc}{make-string-port-filter}{filter [buflen]}{\proc}
|
||||
The \var{filter} argument is a string$\rightarrow$string procedure.
|
||||
Returns a procedure that when called, repeatedly reads a string
|
||||
from the current input port, applies \var{filter} to the string,
|
||||
|
|
Loading…
Reference in New Issue