Skip to content

Commit 198784d

Browse files
authored
Fix typos in VariantShredding
1 parent 836a4ef commit 198784d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariantShredding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All field names of a Variant, whether shredded or not, must be present in the me
3838

3939
## Value Shredding
4040

41-
Variant values that are stored in Parquet fields named `value`.
41+
Variant values are stored in Parquet fields named `value`.
4242
Each `value` field may have an associated shredded field named `typed_value` that stores the value when it matches a specific type.
4343
When `typed_value` is present, readers **must** reconstruct shredded values according to this specification.
4444

0 commit comments

Comments
 (0)