Parser: Correct setHook() documentation
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 29 Jun 2015 19:05:50 +0000 (21:05 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 30 Jun 2015 19:02:42 +0000 (19:02 +0000)
Change-Id: Iaeaac9ea79b696dfa39adb6608ed68edd3754516

includes/parser/Parser.php

index 3183689..1603fc6 100644 (file)
@@ -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.**