Skip to content

Commit 6712037

Browse files
committed
[ntuple] ntuple -> RNTuple in RNTuple*Options.hxx
1 parent 3228db1 commit 6712037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tree/ntuple/v7/inc/ROOT/RNTupleReadOptions.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public:
3434
/**
3535
\class ROOT::RNTupleReadOptions
3636
\ingroup NTuple
37-
\brief Common user-tunable settings for reading ntuples
37+
\brief Common user-tunable settings for reading RNTuples
3838
3939
All page source classes need to support the common options.
4040

tree/ntuple/v7/inc/ROOT/RNTupleWriteOptions.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public:
3939
/**
4040
\class ROOT::RNTupleWriteOptions
4141
\ingroup NTuple
42-
\brief Common user-tunable settings for storing ntuples
42+
\brief Common user-tunable settings for storing RNTuples
4343
4444
All page sink classes need to support the common options.
4545
@@ -56,7 +56,7 @@ All page sink classes need to support the common options.
5656
<td>`std::uint32_t`</td>
5757
<td>RCompressionSetting::EDefaults::kUseGeneralPurpose</td>
5858
<td>
59-
The compression settings for this ntuple
59+
The compression settings for this RNTuple
6060
</td>
6161
</tr>
6262

0 commit comments

Comments
 (0)