Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nticaric committed Jun 11, 2017
1 parent fc9900c commit a85bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function stringEndsWith($haystack, $needle)
}

if (!function_exists('fuzzyMatch')) {
function fuzzy_match($pattern, $str)
function fuzzyMatch($pattern, $str)
{
$j = 0;
$patternLength = strlen($pattern);
Expand Down

0 comments on commit a85bfcc

Please sign in to comment.