Skip to content

Commit

Permalink
updated note on decoding for traversal pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
arose authored Jan 26, 2017
1 parent f30f671 commit 934bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ Applying integer decoding with a divisor of `100` to create an array of 32-bit f

## Traversal

The following traversal pseudo code assumes that all fields have been decoded and specifically that the split-list delta encoded fields are decoded into fields named like in the following example: `xCoordBig`/`xCoordSmall` decode into `xCoordList`.
The following traversal pseudo code assumes that all fields have been decoded.

```Python
# initialize index counters
Expand Down

0 comments on commit 934bce2

Please sign in to comment.