Skip to content

Commit 41b28b0

Browse files
committed
Fix typo in javadoc
1 parent 8fb35dc commit 41b28b0

File tree

1 file changed

+1
-1
lines changed
  • pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index

1 file changed

+1
-1
lines changed

pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/IndexType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public interface IndexType<C extends IndexConfig, IR extends IndexReader, IC ext
4242
* <p>The returned value for each index should be constant across different Pinot versions as it is used as:</p>
4343
*
4444
* <ul>
45-
* <li>They key used when the index is registered in IndexService.</li>
45+
* <li>The key used when the index is registered in IndexService.</li>
4646
* <li>The internal identification in v1 files and metadata persisted on disk.</li>
4747
* <li>The default toString implementation.</li>
4848
* <li>The key that identifies the index config in the indexes section inside

0 commit comments

Comments
 (0)