update the comments
@@ -22,6 +22,7 @@ | ||
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Tests whether the two given strings match. |
25 | + * return false if the given string doesn't match, return true otherwise | |
25 | 26 | * @arg str1 - String 1 |
26 | 27 | * @arg str2 - String 2 |
27 | 28 | * @return true if the strings were equal, false otherwise |