diff --git a/paper-api/src/main/javadoc/overview.html b/paper-api/src/main/javadoc/overview.html
index b477a2259b..5d7dbc5278 100644
--- a/paper-api/src/main/javadoc/overview.html
+++ b/paper-api/src/main/javadoc/overview.html
@@ -18,10 +18,10 @@
not guaranteed, especially across major versions. In particular the
following is a (incomplete) list of things that are not API.
- - Implementing interfaces. The Bukkit API is designed to only be
+
- Implementing interfaces or extending classes. The Bukkit API is designed to only be
implemented by server software. Unless a class/interface is obviously
designed for extension (eg {@link org.bukkit.scheduler.BukkitRunnable}), or
- explicitly marked as such, it should not be implemented by plugins. Although
+ explicitly marked as such, it should not be implemented or extended by plugins. Although
this can sometimes work, it is not guaranteed to do so and resulting bugs
will be disregarded.
- Constructing inbuilt events. Although backwards compatibility is