Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Dec 28, 2023
1 parent 6891847 commit 72707d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ TEST_CASE("Computation of SAF Invariant", "[interval_exchange_transformation][sa
auto iet = IET(lengths, {a, b, c, d}, {d, c, b, a});
CAPTURE(iet);

// Check that SAF invariant can be computed in an initiallly swapped IET.
// Check that SAF invariant can be computed in an initially swapped IET.
iet.swap();
iet.safInvariant();
iet.swap();
Expand Down

0 comments on commit 72707d0

Please sign in to comment.