We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673c34f commit a920feaCopy full SHA for a920fea
1 file changed
content/api_en/include/ArrayList.xml
@@ -15,7 +15,7 @@
15
// This is a code fragment that shows how to use an ArrayList.
16
// It won't compile because it's missing the Ball class.
17
18
-// Declaring the ArrayList, note the use of the syntax "<Ball>" to indicate
+// Declaring the ArrayList, note the use of the syntax "<Ball>" to indicate
19
// our intention to fill this ArrayList with Ball objects
20
ArrayList<Ball> balls;
21
0 commit comments