Skip to content

Commit a920fea

Browse files
author
Scott Murray
committed
Fixed #260, corrected HTML entities
1 parent 673c34f commit a920fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/api_en/include/ArrayList.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// This is a code fragment that shows how to use an ArrayList.
1616
// It won't compile because it's missing the Ball class.
1717
18-
// Declaring the ArrayList, note the use of the syntax "<Ball>" to indicate
18+
// Declaring the ArrayList, note the use of the syntax "&lt;Ball&gt;" to indicate
1919
// our intention to fill this ArrayList with Ball objects
2020
ArrayList&lt;Ball&gt; balls;
2121

0 commit comments

Comments
 (0)