Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ahans committed Jan 20, 2025
1 parent e542b30 commit 9d852c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/anagram/anagram_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ using namespace std;

// Anagram exercise test case data version 1.5.0

// This class is a helper to support any container to be used. It takes
// an std::unordered_set of expected values and provides a method
// This class is a helper to allow the solution to return any container type. It
// takes an std::unordered_set of expected values and provides a method
// `is_identical_to` that checks if a given container is as expected. Since the
// method is a method template, it works for any container.
class ExpectedSet {
Expand Down

0 comments on commit 9d852c1

Please sign in to comment.