From 5abbd5d8ee01b19ba6b6a0e2d05f031573bb3254 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 22 Feb 2025 12:56:33 +0000 Subject: [PATCH] Fix typo --- backend/sync_lib/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/sync_lib/src/lib.rs b/backend/sync_lib/src/lib.rs index e38f60b..16e01f2 100644 --- a/backend/sync_lib/src/lib.rs +++ b/backend/sync_lib/src/lib.rs @@ -75,7 +75,7 @@ pub fn is_binary(data: &[u8]) -> bool { std::str::from_utf8(data).is_err() } -/// We don't want to supporte merging structured data like JSON, YAML, etc. +/// We don't want to support merging structured data like JSON, YAML, etc. #[wasm_bindgen(js_name = isFileTypeMergable)] pub fn is_file_type_mergable(path_or_file_name: &str) -> bool { set_panic_hook();