web: Adjust comment for reload function to be accurate again

This commit is contained in:
Daniel Jacobs 2024-08-05 09:52:14 -04:00
parent 98b810c62b
commit 4ac0e4b860
1 changed files with 2 additions and 1 deletions

View File

@ -767,7 +767,8 @@ export class InnerPlayer {
}
/**
* Reloads the player, as if you called {@link RufflePlayer.load} with the same config as the last time it was called.
* Reloads the player, as if you called {@link RufflePlayer.load} with a similar config as the last time it was called,
* but possibly changed if `window.RufflePlayer.config` or `window.RufflePlayer.extensionConfig` has since changed.
*
* If this player has never been loaded, this method will return an error.
*/