Skip to content

Commit 391fce1

Browse files
Fix doc typo
1 parent 3683622 commit 391fce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/com/tcoded/folialib/enums/ImplementationType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* The enum is ordered by PRIORITY. The first implementation that passes all tests will be used.
1313
* <p>
1414
* A server is considered 'legacy' if it does not support task consumers. This feature was added in 1.13.2.
15-
* This means that event 1.13.1 servers are considered legacy servers as they do not support highly important
15+
* This means that even 1.13.1 servers are considered legacy servers as they do not support highly important
1616
* features that developers may want to use. Refer to {@link ServerImplementation#runLater(Consumer, long)}
1717
* for more information on the behavior of task consumer-enabled methods on servers which do not support this feature.
1818
*/

0 commit comments

Comments
 (0)