Skip to content

Commit fd17318

Browse files
committed
Updates to Data Tutorial
1 parent 8a4eaf8 commit fd17318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/static/tutorials/data/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,8 @@ <h3>Using the Processing XML Class</h3>
12441244
<strong>// The diameter is the content of the child named "diameter"</strong>
12451245
<strong>XML diameterElement = children[i].getChild("diameter");</strong>
12461246
<strong>float diameter = diameterElement.getFloatContent();</strong>
1247-
// Notice, however, with the content of an XML node, I retrieve via getIntContent() and getFloatContent().
1247+
// Notice, however, with the content of an XML node,
1248+
// I retrieve via getIntContent() and getFloatContent().
12481249

12491250

12501251

0 commit comments

Comments
 (0)