Fix data_types.rst uint64 (#406)

uint64 correctly says 8 bytes, but the description is copy pasta.
This commit is contained in:
Dwayne Robinson 2024-01-09 06:40:10 -08:00 committed by GitHub
parent f099ebe535
commit 753867123d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,9 @@ The default floating point type is ``float32`` and the default integer type is
* - ``uint32``
- 4
- 32-bit unsigned integer
* - ``uint32``
* - ``uint64``
- 8
- 32-bit unsigned integer
- 64-bit unsigned integer
* - ``int8``
- 1
- 8-bit signed integer