From 882fca4190a7ae6aadc6216fac73a2cc94f5f6aa Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Wed, 5 Mar 2025 20:05:42 +0000 Subject: [PATCH] Update plugins/updater/src/updater.rs Co-authored-by: Amr Bashir --- plugins/updater/src/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/updater/src/updater.rs b/plugins/updater/src/updater.rs index 98df31a3..914bd954 100644 --- a/plugins/updater/src/updater.rs +++ b/plugins/updater/src/updater.rs @@ -242,7 +242,7 @@ impl UpdaterBuilder { self } - /// Allows you to modify the `reqwest`` client builder before the HTTP request is sent. + /// Allows you to modify the `reqwest` client builder before the HTTP request is sent. /// /// Note that `reqwest` crate may be updated in minor releases of tauri-plugin-updater. /// Therefore it's recommended to pin the plugin to at least a minor version when you're using `configure_client`.