diff options
Diffstat (limited to 'includes/content/CodeContentHandler.php')
-rw-r--r-- | includes/content/CodeContentHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/content/CodeContentHandler.php b/includes/content/CodeContentHandler.php index 6b6f795fcbe7..7e636c8d1db4 100644 --- a/includes/content/CodeContentHandler.php +++ b/includes/content/CodeContentHandler.php @@ -26,7 +26,7 @@ use MediaWiki\MediaWikiServices; /** * Content handler for code content such as CSS, JavaScript, JSON, etc. * - * @stable for subclassing + * @stable to extend * @since 1.24 * @ingroup Content */ |