diff --git a/core/src/main/scala/pink/cozydev/lucille/Query.scala b/core/src/main/scala/pink/cozydev/lucille/Query.scala index 07526c2..c2620bc 100644 --- a/core/src/main/scala/pink/cozydev/lucille/Query.scala +++ b/core/src/main/scala/pink/cozydev/lucille/Query.scala @@ -91,9 +91,7 @@ object Query { */ final case class Proximity(str: String, num: Int) extends TermQuery - /** A fuzzy query - * Search for words within a Damerau-Levenshtein Distance - * The additional parameter, between 0 and 2, specifies the number of edits allowed (defaults to 2) + /** A fuzzy query with an optional distance value * e.g. 'cat~', 'cat~1' * * @param str the string