Skip to content

Commit 24edc8c

Browse files
committed
Minor typo in comment
1 parent 5fe6688 commit 24edc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/bytestream.js

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

8282
/**
8383
* Little-Endian is sometimes called Intel-style.
84-
* @param {boolean=} The value to set. If not present, the stream to little-endian.
84+
* @param {boolean=} The value to set. If not present, the stream is set to little-endian.
8585
*/
8686
setLittleEndian(val = true) {
8787
this.littleEndian_ = val;

0 commit comments

Comments
 (0)