From 71e1fe08432d142a5501647f42ca8a3085f4c9aa Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 13 Dec 2007 19:45:21 +0000 Subject: [PATCH] no capitalization svn: r7997 --- collects/scribblings/foreign/types.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/foreign/types.scrbl b/collects/scribblings/foreign/types.scrbl index 92eea38200..661bf7c48d 100644 --- a/collects/scribblings/foreign/types.scrbl +++ b/collects/scribblings/foreign/types.scrbl @@ -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