Skip to content

Commit

Permalink
chore: Fix typo in docs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Sep 8, 2024
1 parent 0656282 commit 7f42885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ impl OpenOptions {
/// Configures the option for append mode.
///
/// When set to `true`, this option means the file will be writable after opening and the file
/// cursor will be moved to the end of file before every write operaiton.
/// cursor will be moved to the end of file before every write operation.
///
/// # Examples
///
Expand Down

0 comments on commit 7f42885

Please sign in to comment.