From 695c8979ec3d037241ba0b63b6204ce0e0be58a0 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 21 Oct 2008 18:43:23 +0000 Subject: [PATCH] caml -> camel aka gamal svn: r12084 --- collects/scribblings/reference/syntax.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 64b6e2cb6d..c98d287524 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -753,7 +753,7 @@ instead of #rx"-" (string-titlecase name) ""))) scheme/base))] will get the @scheme[scheme/base] bindings that match the regexp, - and renamed to use ``caml case''.} + and renamed to use ``camel case''.} @; -------------------- @@ -783,7 +783,7 @@ instead of #rx"-" (string-titlecase name) ""))) (all-defined-out)))] will provide all defined bindings that match the regexp, and renamed - to use ``caml case''.} + to use ``camel case''.} @;------------------------------------------------------------------------ @section[#:tag "quote"]{Literals: @scheme[quote] and @scheme[#%datum]}