Skip to content

Commit 91c3ff6

Browse files
committed
[ntuple][NFC] Fix doc typos
1 parent 58b453e commit 91c3ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tree/ntuple/inc/ROOT/RField/RFieldRecord.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ std::unique_ptr<RFieldBase> CreateEmulatedField(std::string_view fieldName,
3939
std::string_view emulatedFromType);
4040
}
4141

42-
/// The field for an untyped record. The subfields are stored consequitively in a memory block, i.e.
42+
/// The field for an untyped record. The subfields are stored consecutively in a memory block, i.e.
4343
/// the memory layout is identical to one that a C++ struct would have
4444
class RRecordField : public RFieldBase {
4545
friend std::unique_ptr<RFieldBase> Internal::CreateEmulatedField(std::string_view fieldName,

tree/ntuple/inc/ROOT/RField/RFieldSequenceContainer.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ protected:
341341

342342
public:
343343
/**
344-
Constructor of the field. the \p itemField argument represents the inner
344+
Constructor of the field. The itemField argument represents the inner
345345
item of the on-disk array, i.e. for an `std::array<float>` it is the `float`
346346
field and not the `std::array` itself.
347347
*/

0 commit comments

Comments
 (0)