Skip to content

Commit d9ceaa8

Browse files
committed
Changed line 8 to 7
1 parent 1cef2c4 commit d9ceaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch3_javadatatypes.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ public class HistoArray {
692692
</program>
693693

694694
<p>
695-
The main difference between this example and the previous example is that we declare <c>count</c> to be an <c>Array</c> of integers. We also can initialize short arrays directly using the syntax shown on line 8. Then notice that on line 22 we can use the square bracket notation to index into an array.
695+
The main difference between this example and the previous example is that we declare <c>count</c> to be an <c>Array</c> of integers. We also can initialize short arrays directly using the syntax shown on line 7. Then notice that on line 22 we can use the square bracket notation to index into an array.
696696
</p>
697697
</section>
698698

0 commit comments

Comments
 (0)