Skip to content

Commit

Permalink
[NFC][ntuple] fix typo in specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Jan 13, 2025
1 parent 9bbf409 commit 878290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/ntuple/v7/doc/BinaryFormatSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ with lower precision than `Real32` and `SplitReal32`.
It is an IEEE-754 single precision float with some of the mantissa's least significant bits truncated.

The `Real32Quant` type column is a variable-sized real column that is internally represented as an integer within
a specified range of values. For this column type, flag 0x10 (column with range) is always set (see paragraphs below).
a specified range of values. For this column type, flag 0x02 (column with range) is always set (see paragraphs below).

Future versions of the file format may introduce additional column types
without changing the minimum version of the header or introducing a feature flag.
Expand Down

0 comments on commit 878290b

Please sign in to comment.