Skip to content

Commit 2bd6db6

Browse files
committed
Fix mis-spelling (non-trival > non-trivial)
1 parent 50ac17d commit 2bd6db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/IndexInvalidation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ user:
9797
This rule does not imply that indices should be cheap to convert to actual
9898
integers. The offsets for consecutive elements could be non-consecutive
9999
(e.g., in a hash table with open addressing), or consist of multiple
100-
offsets so that the conversion to an integer is non-trival (e.g., in a
100+
offsets so that the conversion to an integer is non-trivial (e.g., in a
101101
tree).
102102

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

0 commit comments

Comments
 (0)