From c4bb305daeecaf4425eb63559a0ec85e0afd9a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sidor?= Date: Tue, 2 Nov 2021 13:42:09 +0000 Subject: [PATCH] fix: typo in generate_context doc block (#2830) --- core/tauri/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/src/lib.rs b/core/tauri/src/lib.rs index ac8087a74..3f0a1d6e6 100644 --- a/core/tauri/src/lib.rs +++ b/core/tauri/src/lib.rs @@ -123,7 +123,7 @@ pub use { /// /// This macro should not be called if you are using [`tauri-build`] to generate the context from /// inside your build script as it will just cause excess computations that will be discarded. Use -/// either the [`tauri-build] method or this macro - not both. +/// either the [`tauri-build`] method or this macro - not both. /// /// [`tauri-build`]: https://docs.rs/tauri-build pub use tauri_macros::generate_context;