Skip to content

Commit d351081

Browse files
authored
Merge pull request lingcoder#313 from LingCoder/sjsdfg-patch-1
Update 06-Housekeeping.md
2 parents 1fc3fdd + e539642 commit d351081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/06-Housekeeping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ public class ArrayInit {
13631363
3, // Autoboxing
13641364
};
13651365
System.out.println(Arrays.toString(a));
1366-
System.out.println(Arrays.toString(a));
1366+
System.out.println(Arrays.toString(b));
13671367

13681368
}
13691369
}

0 commit comments

Comments
 (0)