Skip to content

Commit

Permalink
docs: fix typo (#27)
Browse files Browse the repository at this point in the history
Fixes a minor typo in the documentation for one function.
  • Loading branch information
mistydemeo authored Sep 23, 2024
1 parent 9694522 commit 8365c59
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 @@ -125,7 +125,7 @@ mod windows;
/// The deletion on windows is delayed until the process shuts down. For updating
/// instead of deleting, use [`self_replace`] instead. Not that you must only
/// only call this function once during the execution of the program and you should
/// exist quickly afterwards to make the delete take effect on Windows.
/// exit quickly afterwards to make the delete take effect on Windows.
///
/// ```
/// # fn foo() -> Result<(), std::io::Error> {
Expand Down

0 comments on commit 8365c59

Please sign in to comment.