Skip to content

Commit 32ed107

Browse files
authored
Update package-info.java
fix typo
1 parent e432161 commit 32ed107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/core/src/java/org/apache/lucene/analysis/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
* undefined as long as they both leave from the same position. As result, all synonyms of a
344344
* token would be considered to appear in exactly the same position as that token, and so
345345
* would they be seen by phrase and proximity searches. For multi-token synonyms to work
346-
* correctly, you should use {@code SynoymGraphFilter} at search time only.
346+
* correctly, you should use {@code SynonymGraphFilter} at search time only.
347347
* </ol>
348348
*
349349
* <h3>Token Position Length</h3>

0 commit comments

Comments
 (0)