mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 07:06:26 +00:00
Fixed broken links
This commit is contained in:
@@ -214,11 +214,9 @@ variable sized integers (e.g., `varints`).
|
||||
| 32-bit | `int` (`int32`) | `uint` (`uint32`) | `float` (`float32`) |
|
||||
| 64-bit | `long` (`int64`) | `ulong` (`uint64`) | `double` (`float64`) |
|
||||
|
||||
!!! note "Alias Types"
|
||||
|
||||
The type names in parentheses are alias names such that for example `uint8`
|
||||
can be used in place of `ubyte`, and `int32` can be used in place of `int`
|
||||
without affecting code generation.
|
||||
The type names in parentheses are alias names such that for example `uint8` can
|
||||
be used in place of `ubyte`, and `int32` can be used in place of `int` without
|
||||
affecting code generation.
|
||||
|
||||
### Non-scalars
|
||||
|
||||
|
||||
Reference in New Issue
Block a user