Skip to content

Commit f4bb828

Browse files
committed
[skip-ci][ntuple] Update outdated doc comment in MakeField
1 parent 3200e21 commit f4bb828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tree/ntuple/inc/ROOT/RNTupleModel.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ public:
213213
/// Creates a "bare model", i.e. an RNTupleModel with no default entry, with the given field zero.
214214
static std::unique_ptr<RNTupleModel> CreateBare(std::unique_ptr<ROOT::RFieldZero> fieldZero);
215215

216-
/// Creates a new field given a `name` or `{name, description}` pair and a
217-
/// corresponding, default-constructed value that is managed by a shared pointer.
216+
/// Given a `name` and an optional description, creates a new field with a
217+
/// corresponding default-constructed value that is managed by a shared pointer.
218218
///
219219
/// **Example: create some fields and fill an %RNTuple**
220220
/// ~~~ {.cpp}

0 commit comments

Comments
 (0)