mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Fix docstring
This commit is contained in:
parent
4a818d55c8
commit
5170d328bd
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
|||
(add-token [_ token] "add a token at the end of the list")
|
||||
(update-token [_ token-name f] "update a token in the list")
|
||||
(delete-token [_ token-name] "delete a token from the list")
|
||||
(get-token [_ token-name] "return an ordered sequence of all tokens in the set")
|
||||
(get-token [_ token-name] "return token by token-name")
|
||||
(get-tokens [_] "return an ordered sequence of all tokens in the set"))
|
||||
|
||||
(defrecord TokenSet [name description modified-at tokens]
|
||||
|
|
Loading…
Reference in a new issue