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 2b0fcc7 commit 1511204Copy full SHA for 1511204
plugins/fs/guest-js/index.ts
@@ -827,7 +827,7 @@ async function readTextFileLines(
827
// Rust side will never return an empty array for this command and
828
// ensure there is at least one elements there.
829
//
830
- // This is an optimization to include wether we finished iteration or not (1 or 0)
+ // This is an optimization to include whether we finished iteration or not (1 or 0)
831
// at the end of returned array to avoid serialization overhead of separate values.
832
const done = bytes[bytes.byteLength - 1] === 1
833
0 commit comments