Skip to content

Commit

Permalink
Merge pull request ansible#5558 from reagent/doc-fix
Browse files Browse the repository at this point in the history
Fix typo in loop documentation: strucutre -> structure
  • Loading branch information
jctanner committed Jan 9, 2014
2 parents 3989382 + 6930461 commit fb30ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsite/rst/playbooks_loops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ That's how!
Using register with a loop
``````````````````````````

When using ``register`` with a loop the data strucutre placed in the variable during a loop, will contain a ``results`` attribute, that is a list of all responses from the module.
When using ``register`` with a loop the data structure placed in the variable during a loop, will contain a ``results`` attribute, that is a list of all responses from the module.

Here is an example of using ``register`` with ``with_items``::

Expand All @@ -330,7 +330,7 @@ Here is an example of using ``register`` with ``with_items``::
- two
register: echo

This differs from the data strucutre returned when using ``register`` without a loop::
This differs from the data structure returned when using ``register`` without a loop::

{
"changed": true,
Expand Down

0 comments on commit fb30ce0

Please sign in to comment.