Skip to content

Commit

Permalink
update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Nov 14, 2019
1 parent 2396945 commit 6c8a338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c8a338

Please sign in to comment.