From 6c8a338ca8d0aa92c28419cfc6f5ce45feb78faa Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 14 Nov 2019 16:57:13 +0100 Subject: [PATCH] update TOC --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b08759..4fb4421 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The only dependency is `cl-ppcre`. - [s-last `(s)`](#s-last-s) - [s-rest `(s)`](#s-rest-s) - [s-nth `(n s)`](#s-nth-n-s) - - [Shorten `(len s &key ellipsis)`](#shorten-len-s-key-ellipsis) + - [shorten `(len s &key ellipsis)`](#shorten-len-s-key-ellipsis) - [To and from lists](#to-and-from-lists) - [words `(s)`](#words-s) - [unwords `(strings)`](#unwords-strings) @@ -259,7 +259,7 @@ You could also use ;; => "e" ~~~ -#### Shorten `(len s &key ellipsis)` +#### shorten `(len s &key ellipsis)` If `s` is longer than `len`, truncate it and add an ellipsis at the end (`...` by default). `s` is cut down to `len` minus the length of