Skip to content

Commit c7ba938

Browse files
committed
Lower jaro_distance slightly
1 parent ec7b253 commit c7ba938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/absinthe/utils/suggestion.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule Absinthe.Utils.Suggestion do
2-
@jaro_threshold 0.60
2+
@jaro_threshold 0.68
33

44
@doc """
55
Sort a list of suggestions by Jaro distance to a target string,

0 commit comments

Comments
 (0)