Skip to content

Commit 1511204

Browse files
Update plugins/fs/guest-js/index.ts
Co-authored-by: Fabian-Lars <[email protected]>
1 parent 2b0fcc7 commit 1511204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/fs/guest-js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ async function readTextFileLines(
827827
// Rust side will never return an empty array for this command and
828828
// ensure there is at least one elements there.
829829
//
830-
// This is an optimization to include wether we finished iteration or not (1 or 0)
830+
// This is an optimization to include whether we finished iteration or not (1 or 0)
831831
// at the end of returned array to avoid serialization overhead of separate values.
832832
const done = bytes[bytes.byteLength - 1] === 1
833833

0 commit comments

Comments
 (0)