0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Fix docstring

This commit is contained in:
Florian Schroedl 2024-10-02 14:19:02 +02:00
parent 4a818d55c8
commit 5170d328bd

View file

@ -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]