no capitalization

svn: r7997
This commit is contained in:
Eli Barzilay 2007-12-13 19:45:21 +00:00
parent a11849d49e
commit 71e1fe0843

View File

@ -16,8 +16,8 @@ along with conversion functions to and from the existing types.
@section{Type Constructors}
@defproc[(make-ctype [type ctype?]
[scheme-to-C (or/c false/c (any/c . -> . any))]
[C-to-scheme (or/c false/c (any/c . -> . any))])
[scheme-to-c (or/c false/c (any/c . -> . any))]
[c-to-scheme (or/c false/c (any/c . -> . any))])
cttype?]{
Creates a new @tech{C type} value, with the given conversions