diff --git a/csug/io.stex b/csug/io.stex index 99ade0a129..3c55bd9ef1 100644 --- a/csug/io.stex +++ b/csug/io.stex @@ -2729,7 +2729,7 @@ format string with the \scheme{~@(} and \scheme{~)} directives. \schemedisplay (format "~@(~r~)" 2599) ;=> "Two thousand five hundred ninety-nine" -(format "~@:(~a~)" "Ouch!") ;=> "ouch!" +(format "~@:(~a~)" "Ouch!") ;=> "OUCH!" \endschemedisplay \noindent