Преглед на файлове

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,