small change in documentation, ouch to shout OUCH

original commit: ad3fd16deebf8e6308d1e4726d6f5dc1fa8067e8
This commit is contained in:
Jason Hemann 2017-10-10 17:04:33 -04:00
parent baa7ebe0c5
commit 934e202fde

View File

@ -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