Skip to content

Commit

Permalink
Fix mis-spelling (non-trival > non-trivial)
Browse files Browse the repository at this point in the history
  • Loading branch information
jontelang committed Dec 4, 2015
1 parent 50ac17d commit 2bd6db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IndexInvalidation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ user:
This rule does not imply that indices should be cheap to convert to actual
integers. The offsets for consecutive elements could be non-consecutive
(e.g., in a hash table with open addressing), or consist of multiple
offsets so that the conversion to an integer is non-trival (e.g., in a
offsets so that the conversion to an integer is non-trivial (e.g., in a
tree).

Note that this rule, like all other rules, is an "as if" rule. As long as
Expand Down

0 comments on commit 2bd6db6

Please sign in to comment.