[typo] Fix typo in ParserOutput comment
Change-Id: If73dc2d2e0bf668a370d1bda16d53a59b3dc15ee
This commit is contained in:
parent
c085618ac8
commit
78442cdb63
1 changed files with 1 additions and 1 deletions
|
|
@ -2081,7 +2081,7 @@ class ParserOutput extends CacheTime implements ContentMetadataCollector {
|
|||
if ( $sourceTocData !== null ) {
|
||||
// T327429: Section merging is broken, since it doesn't respect
|
||||
// global numbering, but there are tests which expect section
|
||||
// metadata to be concatendated.
|
||||
// metadata to be concatenated.
|
||||
// There should eventually be a deprecation warning here.
|
||||
foreach ( $sourceTocData->getSections() as $s ) {
|
||||
$tocData->addSection( $s );
|
||||
|
|
|
|||
Loading…
Reference in a new issue