Skip to content

Commit 7f4c095

Browse files
author
Kurtis LoVerde
committed
demo refinement
1 parent ad88fea commit 7f4c095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ <h3>Example 1 - array notation: &lt;input type=&quot;text&quot; id=&quot;txt[0]
131131
</div>
132132
</div>
133133

134-
<h3>Example 2 - number notation: &lt;input type=&quot;number&quot; id=&quot;number3&quot; name=&quot;number3&quot;&gt;</h3>
135-
<p>The ID starts on 3, so the next generated ID will be 4</p>
134+
<h3>Example 2 - not array notation: &lt;input type=&quot;number&quot; id=&quot;number3&quot; name=&quot;number3&quot;&gt;</h3>
135+
<p>The ID/name starts on 3, so the next generated ID/name will be 4</p>
136136

137137
<div id="example2">
138138
<div class="txtBoxRow">

0 commit comments

Comments
 (0)