Skip to content

Commit 87f2c8b

Browse files
authored
Fix typo in VariantEncoding (#498)
Fix verb tense to match `typr`
1 parent f1fd3b9 commit 87f2c8b

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
@@ -22,7 +22,7 @@
2222
> [!IMPORTANT]
2323
> **This specification is still under active development, and has not been formally adopted.**
2424
25-
A Variant represents a type that contain one of:
25+
A Variant represents a type that contains one of:
2626
- Primitive: A type and corresponding value (e.g. INT, STRING)
2727
- Array: An ordered list of Variant values
2828
- Object: An unordered collection of string/Variant pairs (i.e. key/value pairs). An object may not contain duplicate keys.

0 commit comments

Comments
 (0)