Skip to content

Commit

Permalink
fix: correct a typo in a printout in the BinningData.hpp (#3577)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Aug 30, 2024
1 parent 3e0967b commit e23a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Utilities/BinningData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class BinningData {
/// @return a string containing the screen information
std::string toString(const std::string& indent = "") const {
std::stringstream sl;
sl << indent << "BinngingData object:" << '\n';
sl << indent << "BinningData object:" << '\n';
sl << indent << " - type : " << static_cast<std::size_t>(type)
<< '\n';
sl << indent << " - option : " << static_cast<std::size_t>(option)
Expand Down

0 comments on commit e23a8ad

Please sign in to comment.