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