Skip to content

Commit

Permalink
Merge pull request #1673 from Grudwo/patch-2
Browse files Browse the repository at this point in the history
Update each.json
  • Loading branch information
pfreitag authored Oct 3, 2024
2 parents 2f4204e + 4f38639 commit 8dc28d3
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","arrayEach","structEach"],
"related": ["collectionEach","arrayEach","queryEach","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 8dc28d3

Please sign in to comment.