From 7a7ffdf5e9d0549a40002809b369d5fa7380b661 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 7 Apr 2025 09:57:07 +0800 Subject: [PATCH] replace(s) --- plugins/log/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log/src/lib.rs b/plugins/log/src/lib.rs index 9b3fed6b..c7ed4020 100644 --- a/plugins/log/src/lib.rs +++ b/plugins/log/src/lib.rs @@ -360,7 +360,7 @@ impl Builder { self } - /// Replace the targets of the logger. + /// Replaces the targets of the logger. /// /// ```rust /// use tauri_plugin_log::{Target, TargetKind, WEBVIEW_TARGET};