Skip to content

Commit

Permalink
Fix a typo in to_offset doc comment (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Oct 6, 2022
1 parent 131f2d2 commit fb747a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offset_date_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl OffsetDateTime {
/// 1999,
/// );
///
/// // Let's see what time Sydney's new year's celebration is in New York // and Los Angeles.
/// // Let's see what time Sydney's new year's celebration is in New York and Los Angeles.
///
/// // Construct midnight on new year's in Sydney.
/// let sydney = datetime!(2000-01-01 0:00 +11);
Expand Down

0 comments on commit fb747a1

Please sign in to comment.