Skip to content

Commit 5c28dee

Browse files
authored
Update README.md
1 parent 0b70baa commit 5c28dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Collection has 4byte signed interger as data count in header, `-1` represents `n
580580

581581
`((byte)254, byte tag, value)`
582582

583-
Union has 2 byte unsgined byte in header, First byte `254` is marker as Union, next unsgined byte is tag that for discriminated value type.
583+
Union has 2 byte unsgined byte in header, First byte `254` is marker as Union, next unsgined byte is tag that for discriminated value type. When marker byte is `255` represents null.
584584

585585
License
586586
---

0 commit comments

Comments
 (0)