mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Fix docstring
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user