Merge pull request #218 from jasonhemann/ouch-fix

small change in documentation, ouch to shout OUCH
original commit: 6bec89cee0c20a04d279a18bd570f66abfd0b874
This commit is contained in:
R. Kent Dybvig 2017-10-11 16:11:16 -04:00 committed by GitHub
commit 69455857d2

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