We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe6688 commit 24edc8cCopy full SHA for 24edc8c
io/bytestream.js
@@ -81,7 +81,7 @@ export class ByteStream {
81
82
/**
83
* Little-Endian is sometimes called Intel-style.
84
- * @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.
85
*/
86
setLittleEndian(val = true) {
87
this.littleEndian_ = val;
0 commit comments