Skip to content

Commit 154e9df

Browse files
committed
changed Variable Name
1 parent a9ef5a0 commit 154e9df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Valid Anagram/code.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
@param {string} s
3-
* @param {string} t
4-
* @return {boolean}
2+
@param {string} a
3+
@param {string} b
4+
@return {boolean}
55
*/
66
var isAnagram = function(a, b) {
77

0 commit comments

Comments
 (0)