JSDoc: @mixins -> @mixes

Convert old JSDuck syntax to new JSDoc syntax

Bug: T366230
Change-Id: Ib001ba463d5e0b8ab76952ca3b4b6ac444b4e60f
This commit is contained in:
Novem Linguae 2024-05-31 15:45:47 +00:00
parent 11ba95998f
commit 50eee8e1eb

View file

@ -62,7 +62,7 @@
/**
* @class mw.Api
* @mixins mw.Api.plugin.titleblacklist
* @mixes mw.Api.plugin.titleblacklist
*/
}() );