diff --git a/src/arrays/printing_the_contents_of_an_array.md b/src/arrays/printing_the_contents_of_an_array.md index eed6ad4..95ace3d 100644 --- a/src/arrays/printing_the_contents_of_an_array.md +++ b/src/arrays/printing_the_contents_of_an_array.md @@ -55,4 +55,5 @@ while (index < factions.length) { ``` [^gibberish]: What `[I@5a07e868` and co. mean isn't really important. Try not to get too distracted by it. + [^future]: Later on, there will be easier ways to do this sort of inspection. This is just the one I can demonstrate now.