Fix type in docs.

This commit is contained in:
Breanndán Ó Nualláin 2014-04-16 09:30:08 +02:00 committed by Vincent St-Amour
parent 70802ce217
commit b40619ffd5

View File

@ -4,7 +4,7 @@
scribble/html-properties scribble/latex-properties scribble/html-properties scribble/latex-properties
2htdp/batch-io 2htdp/batch-io
"shared.rkt" "shared.rkt"
(for-syntax racket) (for-syntax racket)
(for-label scheme teachpack/2htdp/batch-io)) (for-label scheme teachpack/2htdp/batch-io))
@(require scheme/runtime-path) @(require scheme/runtime-path)
@ -97,7 +97,7 @@ This time, however, the extra leading space of the second line of
a part of the separator that surrounds the word @racket["good"]. a part of the separator that surrounds the word @racket["good"].
} }
@item{@reading[read-words/line (listof string?)]{a list of lists, one per line; each line is represented as a list of strings} @item{@reading[read-words/line (listof (listof string?))]{a list of lists, one per line; each line is represented as a list of strings}
@examples[#:eval (examples-batch-io) @examples[#:eval (examples-batch-io)
(read-words/line "data.txt") (read-words/line "data.txt")