aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/PrefixSearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/search/PrefixSearch.php')
-rw-r--r--includes/search/PrefixSearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/search/PrefixSearch.php b/includes/search/PrefixSearch.php
index 0e3522873a37..76112150ac19 100644
--- a/includes/search/PrefixSearch.php
+++ b/includes/search/PrefixSearch.php
@@ -27,7 +27,7 @@ use MediaWiki\MediaWikiServices;
* names that match. Used largely by the OpenSearch implementation.
* @deprecated Since 1.27, Use SearchEngine::defaultPrefixSearch or SearchEngine::completionSearch
*
- * @stable for subclassing
+ * @stable to extend
* @ingroup Search
*/
abstract class PrefixSearch {