mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix arrow => array java typo.
This commit is contained in:
parent
dfaa054ed7
commit
12c9653b03
@ -101,7 +101,7 @@ public class LearnJava {
|
||||
|
||||
// Arrays
|
||||
//The array size must be decided upon instantiation
|
||||
//The following formats work for declaring an arrow
|
||||
//The following formats work for declaring an array
|
||||
//<datatype> [] <var name> = new <datatype>[<array size>];
|
||||
//<datatype> <var name>[] = new <datatype>[<array size>];
|
||||
int [] intArray = new int[10];
|
||||
|
Loading…
Reference in New Issue
Block a user