Merge pull request #1145 from tantivy-search/blub2

cargo fmt
This commit is contained in:
PSeitz
2021-08-21 18:52:50 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ use tantivy_fst::Regex;
/// A Regex Query matches all of the documents
/// containing a specific term that matches
/// a regex pattern.
/// a regex pattern.
///
/// Wildcard queries (e.g. ho*se) can be achieved
/// by converting them to their regex counterparts.