Skip to content

Commit 196bfdd

Browse files
committed
docs: add mising parameter documentation for dict:contains?
1 parent 7c497fd commit 196bfdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dict.ark

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
# @brief Checks if the dictionary has a given key
2626
# @param _D dictionary
27+
# @param _key key to check for its presence in the dict
2728
# =begin
2829
# (let data (dict "key" "value"))
2930
# (print (dict:contains? data "key")) # true

0 commit comments

Comments
 (0)