Skip to content

Commit

Permalink
[ntuple] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
enirolf committed Oct 15, 2024
1 parent c66e834 commit c3e5c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/ntuple/v7/doc/specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ While STL (unordered) (multi)sets by definition are associative containers
on disk they are represented as sequential collections.
This means that they have the same on-disk representation as `std::vector<T>`, using two fields:
- Collection parent field whose principal column is of type `(Split)Index[64|32]`.
- Child field of type `T`, which must by a type with RNTuple I/O support.
- Child field of type `T`, which must be a type with RNTuple I/O support.
The name of the child field is `_0`.

#### std::map\<K, V\>, std::unordered_map\<K, V\>, std::multimap\<K, V\>, std::unordered_multimap\<K, V\>
Expand Down

0 comments on commit c3e5c53

Please sign in to comment.