aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/TitleValue.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/title/TitleValue.php')
-rw-r--r--includes/title/TitleValue.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/title/TitleValue.php b/includes/title/TitleValue.php
index 73e1dc206321..402247c225a2 100644
--- a/includes/title/TitleValue.php
+++ b/includes/title/TitleValue.php
@@ -52,7 +52,7 @@ class TitleValue {
/**
* Constructs a TitleValue.
*
- * @note: TitleValue expects a valid DB key; typically, a TitleValue is constructed either
+ * @note TitleValue expects a valid DB key; typically, a TitleValue is constructed either
* from a database entry, or by a TitleParser. We could apply "some" normalization here,
* such as substituting spaces by underscores, but that would encourage the use of
* un-normalized text when constructing TitleValues. For constructing a TitleValue from
@@ -122,8 +122,8 @@ class TitleValue {
*
* This is computed from the DB key by replacing any underscores with spaces.
*
- * @note: To get a title string that includes the namespace and/or fragment,
- * use a TitleFormatter.
+ * @note To get a title string that includes the namespace and/or fragment,
+ * use a TitleFormatter.
*
* @return string
*/