Skip to content

Commit

Permalink
Merge pull request #1672 from Grudwo/patch-1
Browse files Browse the repository at this point in the history
Update each.json
  • Loading branch information
pfreitag authored Oct 3, 2024
2 parents 4708882 + b514383 commit 2f4204e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/each.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "function",
"syntax": "each(collection, closure [, parallel] [, maxThreads])",
"returns": "void",
"related": ["collectionEach"],
"related": ["collectionEach","arrayEach","structEach"],
"description": "Function that will call the given UDF/Closure with every entry (key/value) in the given collection.",
"params": [
{"name": "collection", "description": "Collection to take values from.", "required": true, "default": "", "type": "any", "values": []},
Expand Down

0 comments on commit 2f4204e

Please sign in to comment.