Skip to content

Commit

Permalink
[NFC][ntuple] fix to comment
Browse files Browse the repository at this point in the history
Co-authored-by: Florine de Geus <git@fwdg.nl>
  • Loading branch information
jblomer and enirolf authored Sep 23, 2024
1 parent e7d63f3 commit cc57cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/ntuple/v7/inc/ROOT/RField/RFieldSequenceContainer.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public:
}
};

/// The same memory and on-disk layout than an std::vector but without an assigned type name.
/// The same memory and on-disk layout as an std::vector but without an assigned type name.
/// Analogous to the RRecordField acting as an untyped class, this field is an untyped sequence collection.
class RSequenceCollectionField final : public RVectorField {
protected:
Expand Down

0 comments on commit cc57cfc

Please sign in to comment.