TitleFormatter: fix typo ("of" -> "or")
Change-Id: I0d14886a6544a3141feb4172c25ff869f56ef5af
This commit is contained in:
parent
fc965abc4d
commit
f34005d208
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ interface TitleFormatter {
|
|||
public function formatTitle( $namespace, $text, $fragment = '', $interwiki = '' );
|
||||
|
||||
/**
|
||||
* Returns the title text formatted for display, without namespace of fragment.
|
||||
* Returns the title text formatted for display, without namespace or fragment.
|
||||
*
|
||||
* @param LinkTarget|PageReference $title The title to format
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue