소스 검색

documentation: fix typo (#940)

Toinane 5 년 전
부모
커밋
06f5183646
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tauri/src/app.rs

+ 1 - 1
tauri/src/app.rs

@@ -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,