Skip to content

Commit

Permalink
Fix mixed JSdoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien LESÉNÉCHAL committed Jan 30, 2024
1 parent e5a0ff4 commit dba1e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mw/language.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ declare global {
* Creates the data mw.Map if there isn't one for the specified language already.
*
* @param {string} langCode
* @param {string|Object.<string, Mixed>} dataKey Key or object of key/values
* @param {string|Object.<string, any>} dataKey Key or object of key/values
* @param {Mixed} [value] Value for dataKey, omit if dataKey is an object
* @see https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.language-method-setData
*/
Expand Down

0 comments on commit dba1e7b

Please sign in to comment.