Skip to content

Commit

Permalink
docs: Fix typo in parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Mar 12, 2025
1 parent 3102435 commit 31d1eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file_time/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl TryFrom<FileTime> for OffsetDateTime {
///
/// # Errors
///
/// Returns [`Err`] if `time` is out of range for [`OffsetDateTime`].
/// Returns [`Err`] if `ft` is out of range for [`OffsetDateTime`].
///
/// # Examples
///
Expand Down Expand Up @@ -280,7 +280,7 @@ impl TryFrom<std::time::SystemTime> for FileTime {
///
/// # Errors
///
/// Returns [`Err`] if `time` is out of range for the file time.
/// Returns [`Err`] if `st` is out of range for the file time.
///
/// # Examples
///
Expand Down

0 comments on commit 31d1eb0

Please sign in to comment.