From 471b152f1202377a62e5ceb6c29e687d90741804 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 24 Apr 2018 22:42:41 -0700 Subject: [PATCH] Fix typo. --- doc/ref-manual/strings.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ref-manual/strings.texi b/doc/ref-manual/strings.texi index 9a868962b..89a6dd1af 100644 --- a/doc/ref-manual/strings.texi +++ b/doc/ref-manual/strings.texi @@ -251,9 +251,9 @@ The Unicode Standard prescribes special treatment of the Greek letter @math{\Sigma}, whose normal lower-case form is @math{\sigma} but which becomes @math{\varsigma} at the end of a word. See @uref{http://www.unicode.org/reports/tr44/, UAX #44} (part of the -Unicode Standard) for details. However, implementations of @code -{string-downcase} are not required to provide this behavior, and may -choose to change @math{\Sigma} to @math{\sigma} in all cases. +Unicode Standard) for details. However, implementations of +@code{string-downcase} are not required to provide this behavior, and +may choose to change @math{\Sigma} to @math{\sigma} in all cases. @end deffn @deffn procedure string-upper-case? string -- 2.25.1