Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikhors authored and djc committed May 23, 2024
1 parent 0a058ea commit f129a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datetime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ impl DateTime<FixedOffset> {
/// for a version that does not require a timezone in the to-be-parsed str. The returned
/// [`DateTime`] value will have a [`FixedOffset`] reflecting the parsed timezone.
///
/// See the [`format::strftime` module](../format/strftime/index.html) for supported format
/// See the [`format::strftime` module](crate::format::strftime) for supported format
/// sequences.
///
/// # Example
Expand Down

0 comments on commit f129a8b

Please sign in to comment.