removing undocumented upcased and downcased

This commit is contained in:
Alex Shinn 2019-02-28 00:19:01 +08:00
parent 7380564933
commit d1bb4c27a4
2 changed files with 1 additions and 3 deletions

View file

@ -12,7 +12,6 @@
trimmed trimmed/right trimmed/both trimmed/lazy
fitted fitted/right fitted/both
joined joined/prefix joined/suffix joined/last joined/dot joined/range
upcased downcased
;; columnar
call-with-output-generator call-with-output-generators
string->line-generator

View file

@ -9,5 +9,4 @@
padded padded/right padded/both
trimmed trimmed/right trimmed/both trimmed/lazy
fitted fitted/right fitted/both
joined joined/prefix joined/suffix joined/last joined/dot joined/range
upcased downcased))
joined joined/prefix joined/suffix joined/last joined/dot joined/range))