Skip to content

Commit

Permalink
Minor typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codedread committed Jan 15, 2024
1 parent 5fe6688 commit 24edc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/bytestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class ByteStream {

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

0 comments on commit 24edc8c

Please sign in to comment.