Index: trunk/phase3/docs/title.txt |
— | — | @@ -10,12 +10,12 @@ |
11 | 11 | immutable "value" class, so there are no mutator functions. |
12 | 12 | |
13 | 13 | To get a new instance, call one of the static factory |
14 | | -methods WikiTitle::newFromURL(), WikiTitle::newFromDBKey(), |
15 | | -or WikiTitle::newFromText(). Once instantiated, the |
| 14 | +methods Title::newFromURL(), Title::newFromDBKey(), |
| 15 | +or Title::newFromText(). Once instantiated, the |
16 | 16 | other non-static accessor methods can be used, such as |
17 | 17 | getText(), getDBKey(), getNamespace(), etc. |
18 | 18 | |
19 | | -The prefix rules: a title consists of an optional Interwiki |
| 19 | +The prefix rules: a title consists of an optional interwiki |
20 | 20 | prefix (such as "m:" for meta or "de:" for German), followed |
21 | 21 | by an optional namespace, followed by the remainder of the |
22 | 22 | title. Both Interwiki prefixes and namespace prefixes have |