LanguageNameSearch: Fix typo in a comment

Change-Id: If69eda608eb6a6c9f131448ef3092684bf4af413
This commit is contained in:
Niklas Laxström
2021-10-25 10:20:53 +03:00
committed by jenkins-bot
parent fba3bf019e
commit caeb7f17bd

View File

@@ -29,7 +29,7 @@ class LanguageNameSearch {
* The returned language name for autocompletion is the first one that * The returned language name for autocompletion is the first one that
* matches in this list: * matches in this list:
* 1: exact match in [user, autonym, any other language] * 1: exact match in [user, autonym, any other language]
* 2: prefix match in [user, autonum, any other language] * 2: prefix match in [user, autonym, any other language]
* 3: inline match in [user, autonym, any other language] * 3: inline match in [user, autonym, any other language]
* *
* @param string $searchKey * @param string $searchKey