diff --git a/data/en/each.json b/data/en/each.json index d2ccf350f..14fe91d3d 100644 --- a/data/en/each.json +++ b/data/en/each.json @@ -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": []},