Skip to content

Commit cf996c3

Browse files
committed
[NFC] Correct a comment.
1 parent a0f318a commit cf996c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree/dataframe/src/RMetaData.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ int RMetaData::GetI(const std::string &key, int defaultVal) const
114114
throw std::logic_error("Metadata value found at key '" + key + "' is not of type int.");
115115
return fJson->payload[key].get<int>();
116116
}
117-
/// @brief Return the metadata value of type int given the key, a default int metadata value if the key is not found, or
118-
/// an error if the metadata value is of a non-double type.
117+
/// @brief Return the metadata value of type double given the key, a default double metadata value if the key is not
118+
/// found, or an error if the metadata value is of a non-double type.
119119
/// @param[in] key input key for a given RMetaData instance.
120120
/// @param[in] defaultVal metadata value of type double which is read as default while a given key cannot be found in
121121
/// the dataset.

0 commit comments

Comments
 (0)