docs: recolor doc site with warm earth tones and update prose for clarity

This commit is contained in:
Bob Nystrom
2014-04-08 04:03:16 +00:00
parent c148fc307b
commit c92a12bf31
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: