Skip to content

Commit e571e0b

Browse files
authored
docs(fs): typo wether -> whether in commands.rs (#3429)
1 parent 83ac944 commit e571e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/fs/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ pub async fn read_text_file_lines_next<R: Runtime>(
707707
let lines = resource_table.get::<StdLinesResource>(rid)?;
708708

709709
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)
710+
// This is an optimization to include whether we finished iteration or not (1 or 0)
711711
// at the end of returned vector so we can use `tauri::ipc::Response`
712712
// and avoid serialization overhead of separate values.
713713
match lines.next() {

0 commit comments

Comments
 (0)