Skip to content

Commit 2ac2228

Browse files
authored
Fix a typo in Variant Binary Encoding (#500)
1 parent 819adce commit 2ac2228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariantEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ As a result, offsets will not necessarily be listed in ascending order.
455455
The field values are not required to be in the same order as the field IDs, to enable flexibility when constructing Variant values.
456456

457457
An implementation may rely on this field ID order in searching for field names.
458-
E.g. a binary search on field IDs (combined with metadata lookups) may be used to find a field with a given field.
458+
E.g. a binary search on field IDs (combined with metadata lookups) may be used to find a field with a given name.
459459

460460
Field names are case-sensitive.
461461
Field names are required to be unique for each object.

0 commit comments

Comments
 (0)