There was an error while loading. Please reload this page.
1 parent 83ac944 commit e571e0bCopy full SHA for e571e0b
1 file changed
plugins/fs/src/commands.rs
@@ -707,7 +707,7 @@ pub async fn read_text_file_lines_next<R: Runtime>(
707
let lines = resource_table.get::<StdLinesResource>(rid)?;
708
709
let ret = StdLinesResource::with_lock(&lines, |lines| -> CommandResult<Vec<u8>> {
710
- // 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)
711
// at the end of returned vector so we can use `tauri::ipc::Response`
712
// and avoid serialization overhead of separate values.
713
match lines.next() {
0 commit comments