Skip to content

Commit 331c53a

Browse files
committed
[NFC][DF] Properly link to Define method from docs
1 parent f3ea9b2 commit 331c53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public:
444444
/// df.DefineSlot("x", function, {"column1", "column2"})
445445
/// ~~~
446446
///
447-
/// See Define for more information.
447+
/// See Define() for more information.
448448
template <typename F>
449449
RInterface<Proxied, DS_t> DefineSlot(std::string_view name, F expression, const ColumnNames_t &columns = {})
450450
{
@@ -474,7 +474,7 @@ public:
474474
/// DefineSlotEntry("x", function, {"column1", "column2"})
475475
/// ~~~
476476
///
477-
/// See Define for more information.
477+
/// See Define() for more information.
478478
template <typename F>
479479
RInterface<Proxied, DS_t> DefineSlotEntry(std::string_view name, F expression, const ColumnNames_t &columns = {})
480480
{

0 commit comments

Comments
 (0)