Index: trunk/phase3/includes/WikiPage.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | protected $mLastRevision = null; |
40 | 40 | |
41 | 41 | /** |
42 | | - * @var string; timestamp of the current revision or empty string of not loaded |
| 42 | + * @var string; timestamp of the current revision or empty string if not loaded |
43 | 43 | */ |
44 | 44 | protected $mTimestamp = ''; |
45 | 45 | |