Skip to content

Commit 3449c56

Browse files
author
jdlx
committed
fix typo
1 parent 516c4be commit 3449c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Diff/SequenceMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ private function tupleSort($a, $b)
729729
}
730730
}
731731

732-
if(count($a) == $count($b)) {
732+
if(count($a) == count($b)) {
733733
return 0;
734734
}
735735
else if(count($a) < count($b)) {

0 commit comments

Comments
 (0)