From 1511204a2679d46bb54b1d49da2f15f293f0de16 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 21 Nov 2024 14:36:50 +0200 Subject: [PATCH] Update plugins/fs/guest-js/index.ts Co-authored-by: Fabian-Lars --- plugins/fs/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fs/guest-js/index.ts b/plugins/fs/guest-js/index.ts index 25a7b620..145107a5 100644 --- a/plugins/fs/guest-js/index.ts +++ b/plugins/fs/guest-js/index.ts @@ -827,7 +827,7 @@ async function readTextFileLines( // Rust side will never return an empty array for this command and // ensure there is at least one elements there. // - // 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) // at the end of returned array to avoid serialization overhead of separate values. const done = bytes[bytes.byteLength - 1] === 1