diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 4641fdaa..e2d7172a 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -1322,10 +1322,10 @@ ret) (defn invert - `Returns a table where the keys of an associative data structure - are the values, and the values are the keys. If multiple keys in the - original mapped to the same value, only one of those values will - become a key in the returned table.` + ``Returns a table where the keys of an associative data structure + are the values, and the values are the keys. If multiple keys in `ds` + are mapped to the same value, only one of those values will + become a key in the returned table.`` [ds] (def ret @{}) (loop [k :keys ds]