[typo] Fix typo in ParserOutput comment

Change-Id: If73dc2d2e0bf668a370d1bda16d53a59b3dc15ee
This commit is contained in:
C. Scott Ananian 2023-11-17 11:05:54 -05:00 committed by C. Scott Ananian
parent c085618ac8
commit 78442cdb63

View file

@ -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 );