Another round of s/amoung/among/
This commit is contained in:
parent
46f99c7764
commit
974fe009bf
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ gitEditCosts = EditCosts
|
|||
similarityFloor :: Int
|
||||
similarityFloor = 7
|
||||
|
||||
{- Finds inexact matches for the input amoung the choices.
|
||||
{- Finds inexact matches for the input among the choices.
|
||||
- Returns an ordered list of good enough matches, or an empty list if
|
||||
- nothing matches well. -}
|
||||
fuzzymatches :: String -> (c -> String) -> [c] -> [c]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue