Skip to content

Commit 610e6f1

Browse files
committed
Correct typo
1 parent 14f82a8 commit 610e6f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- archive: Support semantic methods for subscribing to unarchive events (onExtract), [Issue #47](https://github.com/codedread/bitjs/issues/47).
9+
- archive: Support semantic methods for subscribing to unarchive events (onExtract),
10+
[Issue #47](https://github.com/codedread/bitjs/issues/47).
1011
- archive: Added Gunzipper to decompress gzip files. Only supported on runtimes that supported
1112
DecompressionStream('gzip') for now. [Issue #48](https://github.com/codedread/bitjs/issues/48).
1213
- io: Added a getData() method to ByteBuffer to retrieve a copy of the bytes that have been written.

io/bytestream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class ByteStream {
8080
}
8181

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

0 commit comments

Comments
 (0)