File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Older code will simply ignore the new field in the flatbuffer.
2222
2323!!! tip "Use ` id ` attributes"
2424
25- You can ignore this rule if you use the `id` attribute on all the fields of a table. This
25+ You can ignore this rule if you use the `id` attribute on all the fields of a table.
2626
2727### Removal
2828
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ variable sized integers (e.g., `varints`).
209209
210210| Size | Signed | Unsigned | Floating Point |
211211| ------ | ----------------- | ------------------- | -------------------- |
212- | 8-bit | ` byte ` , ` bool ` | ` ubyte ` | |
212+ | 8-bit | ` byte ` , ` bool ` | ` ubyte ` ( ` uint8 ` ) | |
213213| 16-bit | ` short ` (` int16 ` ) | ` ushort ` (` uint16 ` ) |
214214| 32-bit | ` int ` (` int32 ` ) | ` uint ` (` uint32 ` ) | ` float ` (` float32 ` ) |
215215| 64-bit | ` long ` (` int64 ` ) | ` ulong ` (` uint64 ` ) | ` double ` (` float64 ` ) |
You can’t perform that action at this time.
0 commit comments