Skip to content

Commit bcbbad6

Browse files
committed
TRestRun. Minor documentation fix
1 parent 60fde3c commit bcbbad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/restcore/src/TRestRun.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ std::vector<std::string> TRestRun::GetMetadataStructureTitles() {
14051405
/// \brief It will replace the data members contained inside the string given as input. The data members in
14061406
/// the input string should be written using the following format <<MetadataClass::fDataMember>>.
14071407
///
1408-
/// \return TRestEvent The string with data members replaced
1408+
/// \return The string with data members replaced
14091409
string TRestRun::ReplaceMetadataMembers(const string instr) {
14101410
string outstring = instr;
14111411

0 commit comments

Comments
 (0)