Skip to content

Commit 9d852c1

Browse files
committed
improve wording
1 parent e542b30 commit 9d852c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/anagram/anagram_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ using namespace std;
1212

1313
// Anagram exercise test case data version 1.5.0
1414

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

0 commit comments

Comments
 (0)