1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Merge pull request #516 from uvtc/patch-4

doc for identity
This commit is contained in:
Calvin Rose 2020-12-04 17:40:31 -06:00 committed by GitHub
commit 8144f83b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -692,7 +692,7 @@
;(tuple/slice functions 4 -1)))))
(defn identity
"A function that returns its first argument."
"A function that returns its argument."
[x]
x)