Skip to content

Commit 2a39f69

Browse files
[squash] Fix typo in documentation
Co-authored-by: Vincenzo Eduardo Padulano <[email protected]>
1 parent 387c01b commit 2a39f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/dataframe/inc/ROOT/RDF/RInterface.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ public:
23612361
/// auto myGAE2 = myDf.GraphAsymmErrors<f, f, f, f, f, f>("xValues", "yValues", "exl", "exh", "eyl", "eyh");
23622362
/// ~~~
23632363
///
2364-
/// `GraphAssymErrors` should also be used for the cases in which values associated only with
2364+
/// `GraphAsymmErrors` should also be used for the cases in which values associated only with
23652365
/// one of the axes have associated errors. For example, only `ey` exist and `ex` are equal to zero.
23662366
/// In such cases, user should do the following:
23672367
/// ~~~{.cpp}

0 commit comments

Comments
 (0)