We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192c047 commit a785ed6Copy full SHA for a785ed6
spec/API_specification/data_types.md
@@ -36,7 +36,7 @@ The default array index data type should be clearly defined in a conforming libr
36
37
## bool
38
39
-Boolean (`True` or `False`) stored as a byte.
+Boolean (`True` or `False`).
40
41
## int8
42
@@ -76,4 +76,4 @@ IEEE 754 single-precision (32-bit) binary floating-point number (see IEEE 754-20
76
77
## float64
78
79
-IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-2019).
+IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-2019).
0 commit comments