Skip to content

Commit

Permalink
Update multivector.md
Browse files Browse the repository at this point in the history
  • Loading branch information
intrig committed Oct 14, 2015
1 parent 3412e3d commit ff80d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multivector.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ and the output:
3
```

In the above example, the values 1, 2, and 3 make a *sibling vector*, and are considered the top level *children*. 1
precedes 2 and 2 precedes 3. 10, 11, and 12 make up a another sibling vector and 2 is their *parent*. The parent of 1
In the above example, the values 1, 2, and 3 make a *sub-vector*, and are considered the top level *children*. 1
precedes 2 and 2 precedes 3. 10, 11, and 12 make up a another sub-vector and 2 is their *parent*. The parent of 1
is considered the *root*.

`iterators` for multivectors are called `cursors` and are the means of navigation. They are random access
Expand Down

0 comments on commit ff80d20

Please sign in to comment.