A couple of small updates to the docs (#8477)

* Mention uint8 as an alias to ubyte

as it's referenced in the note below

* Remove an unfinished sentence.
This commit is contained in:
Bhargava Srinarasi
2025-01-10 20:02:09 +01:00
committed by GitHub
parent 2b0ce37b12
commit 086097ff94
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ Older code will simply ignore the new field in the flatbuffer.
!!! tip "Use `id` attributes"
You can ignore this rule if you use the `id` attribute on all the fields of a table. This
You can ignore this rule if you use the `id` attribute on all the fields of a table.
### Removal