mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
fix: actually fix Readonly typos
This commit is contained in:
@@ -48,7 +48,7 @@ class BitField {
|
||||
|
||||
/**
|
||||
* Freezes these bits, making them immutable.
|
||||
* @returns {ReadOnly<BitField>} These bits
|
||||
* @returns {Readonly<BitField>} These bits
|
||||
*/
|
||||
freeze() {
|
||||
return Object.freeze(this);
|
||||
|
||||
Reference in New Issue
Block a user