From 934e202fde7651b993088c51c3c0e8fe5b257f56 Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Tue, 10 Oct 2017 17:04:33 -0400 Subject: [PATCH] small change in documentation, ouch to shout OUCH original commit: ad3fd16deebf8e6308d1e4726d6f5dc1fa8067e8 --- csug/io.stex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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