You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -135,7 +135,7 @@ In older versions of Minecraft, booleans were stored as bytes with `0b` represen
135
135
### Lists/Arrays
136
136
Lists, or number arrays are used to store multiple values. Lists can store different types of values, whereas number arrays can only store the same type of number. In practicality, you often do not need to think about the difference
137
137
138
-
**Format**: Theyu are defined using square brackets (`[]`), with the values separated by commas. Number arrays can be prefixed with the type of numbr the array is going to store and a semicolon (for instance, a list starting with `[B;` will only store bytes)
138
+
**Format**: They are defined using square brackets (`[]`), with the values separated by commas. Number arrays can be prefixed with the type of number the array is going to store and a semicolon (for instance, a list starting with `[B;` will only store bytes)
0 commit comments