Skip to content

Commit

Permalink
Docs: correct removePack(packKey) type
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Apr 14, 2024
1 parent 6689a48 commit 45fa467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/LoaderPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ var LoaderPlugin = new Class({
* @method Phaser.Loader.LoaderPlugin#removePack
* @since 3.90.0
*
* @param {(string|object|Phaser.Types.Loader.FileTypes.PackFileSection)} packKey - The key of an Asset Pack in the JSON cache, or a Pack File data, or a Pack File data section.
* @param {(string|object)} packKey - The key of an Asset Pack in the JSON cache, or a Pack File data.
* @param {string} [dataKey] - A key in the Pack data, if you want to process only a section of it.
*/
removePack: function (packKey, dataKey)
Expand Down

0 comments on commit 45fa467

Please sign in to comment.