diff options
Diffstat (limited to 'lib/string.fnl')
| -rw-r--r-- | lib/string.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.fnl b/lib/string.fnl index d82c658..9ac6edd 100644 --- a/lib/string.fnl +++ b/lib/string.fnl @@ -19,4 +19,4 @@ (.. (trim (luna.utf.sub str 1 len)) (or ellipsis "..."))) "")) -{: split : ends-with : truncate} +{: split : ends-with : trim : truncate} |
