Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Aug 16, 2023
1 parent da0c29d commit 697cab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/endpoints/file_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct FileOperationOptions {
/// The base directory of the operation.
/// The directory path of the BaseDirectory will be the prefix of the defined file path.
pub dir: Option<BaseDirectory>,
/// Whether writeFile should append to or truncate the file
/// Whether writeFile should append to a file or truncate it.
pub append: Option<bool>,
}

Expand Down

0 comments on commit 697cab7

Please sign in to comment.