Skip to content

Commit a785ed6

Browse files
authored
Remove statement that bool dtype must be stored as a byte (#89)
Closes gh-86
1 parent 192c047 commit a785ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/API_specification/data_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The default array index data type should be clearly defined in a conforming libr
3636

3737
## bool
3838

39-
Boolean (`True` or `False`) stored as a byte.
39+
Boolean (`True` or `False`).
4040

4141
## int8
4242

@@ -76,4 +76,4 @@ IEEE 754 single-precision (32-bit) binary floating-point number (see IEEE 754-20
7676

7777
## float64
7878

79-
IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-2019).
79+
IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-2019).

0 commit comments

Comments
 (0)