We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca30dbe commit c4bb305Copy full SHA for c4bb305
core/tauri/src/lib.rs
@@ -123,7 +123,7 @@ pub use {
123
///
124
/// This macro should not be called if you are using [`tauri-build`] to generate the context from
125
/// inside your build script as it will just cause excess computations that will be discarded. Use
126
-/// either the [`tauri-build] method or this macro - not both.
+/// either the [`tauri-build`] method or this macro - not both.
127
128
/// [`tauri-build`]: https://docs.rs/tauri-build
129
pub use tauri_macros::generate_context;
0 commit comments