Skip to content

Commit

Permalink
Update GridTests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger authored Jan 25, 2024
1 parent 36f9ab2 commit 371c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/Core/Utilities/GridTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ BOOST_AUTO_TEST_CASE(grid_type_conversion) {
BOOST_AUTO_TEST_CASE(grid_full_conversion) {
// The converter class
struct DoubleToInt {
// Decalare a value tupe
// Declare a value tupe
using value_type = int;
// the conversion operator
int operator()(double d) { return static_cast<int>(d); }
Expand Down

0 comments on commit 371c124

Please sign in to comment.