Skip to content

Commit c4bb305

Browse files
authored
fix: typo in generate_context doc block (tauri-apps#2830)
1 parent ca30dbe commit c4bb305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tauri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub use {
123123
///
124124
/// This macro should not be called if you are using [`tauri-build`] to generate the context from
125125
/// 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.
126+
/// either the [`tauri-build`] method or this macro - not both.
127127
///
128128
/// [`tauri-build`]: https://docs.rs/tauri-build
129129
pub use tauri_macros::generate_context;

0 commit comments

Comments
 (0)