Skip to content

Commit

Permalink
Fix typo in docs (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakn7 authored Nov 11, 2024
1 parent 94d5501 commit 3af4082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/queries/span_multi_term_query_wrapper.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spean Multi Term Query
Span Multi Term Query
==========================

public class SpanMultiTermQuery<Q extends MultiTermQuery>
Expand Down
2 changes: 1 addition & 1 deletion docs/queries/span_near_query.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spean Near Query
Span Near Query
==========================

A query that matches spans which are near one another. One can specify slop, the maximum number of intervening unmatched positions, as well as whether matches are required to be in-order.
Expand Down

0 comments on commit 3af4082

Please sign in to comment.