Skip to content

Commit

Permalink
docs: misc fixes in looping section #8657
Browse files Browse the repository at this point in the history
Signed-off-by: jgomer2001 <bonustrack310@gmail.com>
  • Loading branch information
jgomer2001 committed Jun 5, 2024
1 parent a021fce commit 6e584d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/agama/language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Repeat 3 times max
```

</td>
<td>A loop that runs 3 iterations at most.<br/>A page is shown at every iteration.<br/>If the value entered by the user matches that of `month` variable, the loop is aborted earlier</td>
<td>A loop that runs 3 iterations at most.<br/>A page is shown at every iteration.<br/>If the value entered by the user matches that of <code>month</code> variable, the loop is aborted earlier</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -572,7 +572,7 @@ Iterate over human using attribute
```

</td>
<td>Iterates over the keys of the map printing both the key and its associated value. To learn about the <code>.$</code> notation see [Maps and dot notation](#maps-and-dot-notation)</td>
<td>Iterates over the keys of the map printing both the key and its associated value. To learn about the <code>.$</code> notation see <a href="#maps-and-dot-notation">Maps and dot notation</a></td>
</tr>
<tr>
<td>
Expand Down

0 comments on commit 6e584d3

Please sign in to comment.