1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-30 23:23:07 +00:00

Update changelog and documentation.

This commit is contained in:
Calvin Rose
2021-01-03 16:30:43 -06:00
parent 4355420994
commit e5242c67ff
2 changed files with 4 additions and 1 deletions

View File

@@ -901,7 +901,7 @@
ret)
(defn map
`Map a function over every element in an indexed data structure and
`Map a function over every value in a data structure and
return an array of the results.`
[f & inds]
(def ninds (length inds))