Skip to content

Commit

Permalink
style: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 authored Jul 20, 2024
1 parent 43b109b commit c75a050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfa/operations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace {
++it;
}
if (unused_symbol == 0) { // sanity check to see if we did not use the full range of mata::Symbol
throw std::runtime_error("all symbols are used, we cannot compute simluation reduction");
throw std::runtime_error("all symbols are used, we cannot compute simulation reduction");
}
}

Expand Down

0 comments on commit c75a050

Please sign in to comment.