소스 검색

Fix typo in parse.rs (#4313)

Ikko Ashimine 3 년 전
부모
커밋
b9e1e909a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tauri-utils/src/config/parse.rs

+ 1 - 1
core/tauri-utils/src/config/parse.rs

@@ -62,7 +62,7 @@ pub enum ConfigError {
   /// A generic IO error with context of what caused it.
   #[error("unable to read Tauri config file at {path} because {error}")]
   Io {
-    /// The path the IO error occured on.
+    /// The path the IO error occurred on.
     path: PathBuf,
 
     /// The [`std::io::Error`].