Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Oct 16, 2024
1 parent e72a2c5 commit 92c95fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/IndexBuilderMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ auto getFiletype = [](std::optional<std::string_view> filetype,
AD_FAIL();
};

// Get paramter values at the given index. If the vector is empty, return the
// Get parameter values at the given index. If the vector is empty, return the
// given `defaultValue`. If the vector has exactly one element, return that
// element, no matter what the index is.
template <typename T>
Expand Down

0 comments on commit 92c95fb

Please sign in to comment.