Skip to content

Commit 9dc28fc

Browse files
scampijrodewig
authored andcommitted
[DOCS] Fix typo in IndexFieldData.java comments (#48743)
1 parent d6337d4 commit 9dc28fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/fielddata/IndexFieldData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public interface IndexFieldData<FD extends AtomicFieldData> extends IndexCompone
6868
FD loadDirect(LeafReaderContext context) throws Exception;
6969

7070
/**
71-
* Returns the {@link SortField} to used for sorting.
71+
* Returns the {@link SortField} to use for sorting.
7272
*/
7373
SortField sortField(@Nullable Object missingValue, MultiValueMode sortMode, Nested nested, boolean reverse);
7474

0 commit comments

Comments
 (0)