Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rollup a number of recent PRs #165

Merged
merged 7 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fix a typo
Closes #150
  • Loading branch information
LeoniePhiline authored and BurntSushi committed Nov 30, 2024
commit 29c02c6df5ca9a38afd6018348da1e64443294c2
2 changes: 1 addition & 1 deletion src/civil/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ impl Date {
///
/// # Example
///
/// This example shows how to created a zoned value with a fixed time zone
/// This example shows how to create a zoned value with a fixed time zone
/// offset:
///
/// ```
Expand Down
2 changes: 1 addition & 1 deletion src/civil/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ impl DateTime {
///
/// # Example
///
/// This example shows how to created a zoned value with a fixed time zone
/// This example shows how to create a zoned value with a fixed time zone
/// offset:
///
/// ```
Expand Down
2 changes: 1 addition & 1 deletion src/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ impl Timestamp {
///
/// # Example
///
/// This example shows how to created a zoned value with a fixed time zone
/// This example shows how to create a zoned value with a fixed time zone
/// offset:
///
/// ```
Expand Down