Recolor doc site.

This commit is contained in:
Bob Nystrom
2014-04-07 21:03:16 -07:00
parent 57fa694c36
commit 6b1b1083c9
4 changed files with 68 additions and 41 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ A list is a compound object that holds a collection of elements identified by in
Here, we've created a list of three elements. Notice that the elements don't have to be the same type.
## Accessing Elements
## Accessing elements
You can access an element from a list by calling the [subscript operator](method-calls.html#subscript-operators) on it with the index of the element you want. Like most languages, indexes start at zero: