Skip to content

Commit

Permalink
documentation: fix typo (tauri-apps#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinane authored Aug 18, 2020
1 parent 43a8c4d commit 06f5183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tauri/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub struct AppBuilder {
}

impl AppBuilder {
/// Creates a new App bulder.
/// Creates a new App builder.
pub fn new() -> Self {
Self {
invoke_handler: None,
Expand Down

0 comments on commit 06f5183

Please sign in to comment.