Skip to content

Commit f574549

Browse files
committed
JS: move <ul> outside of <p> element
1 parent e1c25c8 commit f574549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/ql/src/Statements/MissingIndexAdjustmentAfterConcurrentModification.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
<p>
1717
Determine what the loop is supposed to do:
18+
</p>
19+
1820
<ul>
1921
<li>
2022
If the intention is to remove <em>every occurence</em> of a certain value, decrement the loop counter after removing an element, to counterbalance
@@ -28,7 +30,6 @@ Determine what the loop is supposed to do:
2830
so it is clear that the loop is not a trivial array iteration loop.
2931
</li>
3032
</ul>
31-
</p>
3233

3334
</recommendation>
3435
<example>

0 commit comments

Comments
 (0)