Skip to content

Commit 7f42885

Browse files
authored
chore: Fix typo in docs (#39)
1 parent 0656282 commit 7f42885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ impl OpenOptions {
13451345
/// Configures the option for append mode.
13461346
///
13471347
/// When set to `true`, this option means the file will be writable after opening and the file
1348-
/// cursor will be moved to the end of file before every write operaiton.
1348+
/// cursor will be moved to the end of file before every write operation.
13491349
///
13501350
/// # Examples
13511351
///

0 commit comments

Comments
 (0)