Fix method name in comment

There is no addMetaLink() method; I assume it’s meant to be addMeta().

Change-Id: I4f59d5dd96d3a59522fbc7cf38badc93698e29fa
This commit is contained in:
Lucas Werkmeister 2020-06-08 12:30:33 +02:00
parent ee5892141b
commit a340fe20e9

View file

@ -658,7 +658,7 @@ class OutputPage extends ContextSource {
* Add or replace a head item to the output
*
* Whenever possible, use more specific options like ResourceLoader modules,
* OutputPage::addLink(), OutputPage::addMetaLink() and OutputPage::addFeedLink()
* OutputPage::addLink(), OutputPage::addMeta() and OutputPage::addFeedLink()
* Fallback options for those are: OutputPage::addStyle, OutputPage::addScript(),
* OutputPage::addInlineScript() and OutputPage::addInlineStyle()
* This would be your very LAST fallback.