Skip to content

Commit 05d4e38

Browse files
ferdymercurydpiparo
authored andcommitted
[nfc] fix typo in iteration docu
1 parent 5e78278 commit 05d4e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/tree/src/TTree.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4260,7 +4260,7 @@ Long64_t TTree::Draw(const char* varexp, const TCut& selection, Option_t* option
42604260
/// - `Length$` : return the total number of element of this formula for this
42614261
/// entry (`==TTreeFormula::GetNdata()`)
42624262
/// - `Iteration$` : return the current iteration over this formula for this
4263-
/// entry (i.e. varies from 0 to `Length$`).
4263+
/// entry (i.e. varies from 0 to `Length$ - 1`).
42644264
/// - `Length$(formula )` : return the total number of element of the formula
42654265
/// given as a parameter.
42664266
/// - `Sum$(formula )` : return the sum of the value of the elements of the

0 commit comments

Comments
 (0)