Skip to content

Commit 1679a5c

Browse files
scampijrodewig
authored andcommitted
[DOCS] Fix typo in IndexFieldData.java comments (#48743)
1 parent d12cd1e commit 1679a5c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public interface IndexFieldData<FD extends AtomicFieldData> extends IndexCompone
7171
FD loadDirect(LeafReaderContext context) throws Exception;
7272

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

0 commit comments

Comments
 (0)