1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-06 02:39:55 +02:00

Correct typo

This commit is contained in:
Jeff Schiller 2024-05-21 22:11:53 -07:00
parent 14f82a83bc
commit 610e6f14da
2 changed files with 3 additions and 2 deletions

View file

@ -80,7 +80,7 @@ export class ByteStream {
}
/**
* Little-Endian means the least significant byte is ifrst. is sometimes called Intel-style.
* Little-Endian means the least significant byte is first. is sometimes called Intel-style.
* @param {boolean=} val The value to set. If not present, the stream is set to little-endian.
*/
setLittleEndian(val = true) {