diff --git a/Sphinx/Guides/But How Do I.rst b/Sphinx/Guides/But How Do I.rst index 9ddd3225..cc739f51 100644 --- a/Sphinx/Guides/But How Do I.rst +++ b/Sphinx/Guides/But How Do I.rst @@ -545,7 +545,9 @@ Iterate over members of a Group .. code-block:: JavaScript - TODO + ir.getItem("gTest").members.forEach(function(item) { + // do stuff + } .. group-tab:: Groovy