mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
removing undocumented upcased and downcased
This commit is contained in:
parent
7380564933
commit
d1bb4c27a4
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue