fix typos
svn: r9037
This commit is contained in:
parent
a0e73d3375
commit
152b7a3ed8
|
@ -134,12 +134,12 @@ sequence?]{ Returns a sequence that contains the elements of
|
|||
@scheme[#t], after which the sequence ends.}
|
||||
|
||||
@defproc[(make-do-sequence [thunk (->* ()
|
||||
(values (any/c . -> . any/c)
|
||||
(any/c . -> . any)
|
||||
(values (any/c . -> . any)
|
||||
(any/c . -> . any/c)
|
||||
any/c
|
||||
(any/c . -> . any/c)
|
||||
(() list? . ->* . any/c)
|
||||
((any/c) any/c . ->* . any/c)))])
|
||||
(() () #:rest list? . ->* . any/c)
|
||||
((any/c) () #:rest list? . ->* . any/c)))])
|
||||
sequence?]{
|
||||
|
||||
Returns a sequence whose elements are generated by the procedures and
|
||||
|
|
|
@ -634,7 +634,7 @@ Like @scheme[method], but the hyperlink shows both the method name and
|
|||
the containing class/interface.}
|
||||
|
||||
@; ------------------------------------------------------------------------
|
||||
@section[#:tag "doc-signatures"]{Documenting Signature}
|
||||
@section[#:tag "doc-signatures"]{Documenting Signatures}
|
||||
|
||||
@defform[(defsignature id (super-id ...) pre-flow ...)]{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user