fix: actually fix Readonly typos

This commit is contained in:
Isabella
2018-08-21 14:25:30 -05:00
parent c59d3299bc
commit 928fb30040
7 changed files with 14 additions and 14 deletions

View File

@@ -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);