[ci skip] Fix typo in TabListEntry latency docs (#1479)

This commit is contained in:
David
2024-12-19 17:04:56 +01:00
committed by GitHub
parent 4aa9ee7735
commit d77e508e9c

View File

@@ -80,7 +80,7 @@ public interface TabListEntry extends KeyIdentifiable {
* <li>150-300 will display 4 bars</li> * <li>150-300 will display 4 bars</li>
* <li>300-600 will display 3 bars</li> * <li>300-600 will display 3 bars</li>
* <li>600-1000 will display 2 bars</li> * <li>600-1000 will display 2 bars</li>
* <li>A latency move than 1 second will display 1 bar</li> * <li>A latency greater than 1 second will display 1 bar</li>
* </ul> * </ul>
* *
* @return latency set for {@code this} entry * @return latency set for {@code this} entry