(Arne Babenhauserheide)
2014-12-23: polish polish
diff --git a/docs/srfi.org b/docs/srfi.org --- a/docs/srfi.org +++ b/docs/srfi.org @@ -367,7 +367,7 @@ If the colon is the last non-whitespace #+BEGIN_SRC wisp define : stringy s string-append s " reversed and capitalized: - " ; linebreak in string does not affect wisp parsing + " ; linebreaks in strings do not affect wisp parsing . (string-capitalize ; linebreaks in parentheses are ignored. (string-reverse s)) . "