summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/yolo/src/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-wasm-examples/yolo/src/worker.rs')
-rw-r--r--candle-wasm-examples/yolo/src/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-wasm-examples/yolo/src/worker.rs b/candle-wasm-examples/yolo/src/worker.rs
index 5733a3fd..1ecef341 100644
--- a/candle-wasm-examples/yolo/src/worker.rs
+++ b/candle-wasm-examples/yolo/src/worker.rs
@@ -21,7 +21,7 @@ macro_rules! console_log {
}
// Communication to the worker happens through bincode, the model weights and configs are fetched
-// on the main thread and transfered via the following structure.
+// on the main thread and transferred via the following structure.
#[derive(Serialize, Deserialize)]
pub struct ModelData {
pub weights: Vec<u8>,