Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbutti committed Oct 29, 2024
1 parent ecd77eb commit 9f04b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/EventData/Seed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Acts {

template <typename external_spacepoint_t, std::size_t N = 3ul>
class Seed {
static_asssert(N >= 3ul);
static_assert(N >= 3ul);

public:
using value_type = external_spacepoint_t;
Expand Down

0 comments on commit 9f04b4b

Please sign in to comment.