From f34005d2084944aca3ff377282373706466c898d Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Tue, 8 Jun 2021 05:27:08 +0000 Subject: [PATCH] TitleFormatter: fix typo ("of" -> "or") Change-Id: I0d14886a6544a3141feb4172c25ff869f56ef5af --- includes/title/TitleFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index a021ca9f675..3162cbae8c8 100644 --- a/includes/title/TitleFormatter.php +++ b/includes/title/TitleFormatter.php @@ -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 *