Minor doc fixes in Reference and Inside

This commit is contained in:
Asumu Takikawa 2014-01-29 00:00:16 -05:00
parent be58be349a
commit 94393586a6
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ values can be folded to a constant. For example, @racket[+],
@function[(Scheme_Object* scheme_make_prim
[Scheme_Prim* prim])]{
Same as @cppi{scheme_make_prim_w_arity}, but the arity (0, -1) and the
Same as @cppi{scheme_make_prim_w_arity}, but the arity is (0, -1) and the
name ``UNKNOWN'' is assumed. This function is provided for backward
compatibility only.}

View File

@ -411,7 +411,7 @@ For communication among @tech{places}, the new byte string is allocated in the
@section{Bytes to Bytes Encoding Conversion}
@defproc[(bytes-open-converter [from-name string?] [to-name string?])
bytes-converter?]{
(or/c bytes-converter? #f)]{
Produces a @deftech{byte converter} to go from the encoding named by
@racket[from-name] to the encoding named by @racket[to-name]. If the

View File

@ -716,7 +716,7 @@ chaperones of the original values, @racket[abort-proc] must produce
the same values or chaperones of the values that it is given, and
@racket[cc-guard-proc] must produce the same values or chaperones of
the original result values, and @racket[callcc-chaperone-proc] must
procedure a procedure that is a chaperone or the same as the given
produce a procedure that is a chaperone or the same as the given
procedure.
@examples[