Skip to content

Commit 65345e2

Browse files
authored
Merge pull request #241 from easycoder/dev
Doc
2 parents 7abcd68 + e6e6376 commit 65345e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/codex/md/step7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When you have similar things being done to a number of different objects your co
1111

1212
One good way to avoid this is to use arrays. An array is a variable that has multiple values. Like a pigeon-hole letterbox system, where the boxes are all the same but have different contents.
1313

14-
In most programming languages, arrays use brackets to indicate what's going on. So, to access the third element of the variable ~code:data~ you would see
14+
In most programming languages, arrays use brackets to indicate what's going on. So, to access the third element of the array variable ~code:data~ you would see
1515

1616
~code:data[3]~
1717

0 commit comments

Comments
 (0)