Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyweiss authored Nov 11, 2024
1 parent 9bf3442 commit 2e38266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axom/core/tests/core_benchmark_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ void RegisterBenchmark()
// Main and helper functions to consistently register templated test types
//
// Note: This can likely be simplified/streamlined a bit when we move to C++17,
// e.g. using std::apply and paraeter pack fold expressions
// e.g. using std::apply and parameter pack fold expressions
//-----------------------------------------------------------------------------

template <typename Tuple, std::size_t... Is>
Expand Down

0 comments on commit 2e38266

Please sign in to comment.