Skip to content

Commit

Permalink
fix: typo in generate_context doc block (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michcioperz authored Nov 2, 2021
1 parent ca30dbe commit c4bb305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4bb305

Please sign in to comment.