From e688bea6a5a0f402d9add6ad9faa17f43b03d752 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 29 Jun 2015 21:05:50 +0200 Subject: [PATCH] Parser: Correct setHook() documentation Change-Id: Iaeaac9ea79b696dfa39adb6608ed68edd3754516 --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 31836892f6..1603fc699f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -5075,7 +5075,7 @@ class Parser { * in the Parser class. * * This interface (introduced r61913) appears to be undocumented, but - * 'markerName' is used by some core tag hooks to override which strip + * 'markerType' is used by some core tag hooks to override which strip * array their results are placed in. **Use great caution if attempting * this interface, as it is not documented and injudicious use could smash * private variables.** -- 2.20.1