You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
863 B
23 lines
863 B
1 month ago
|
From 692c9f7ebe20450269666cddeca75023c8a34a79 Mon Sep 17 00:00:00 2001
|
||
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||
|
Date: Thu, 26 Dec 2024 16:04:32 -0500
|
||
|
Subject: [PATCH] Fix a small typo in CHANGELOG.md
|
||
|
|
||
|
---
|
||
|
CHANGELOG.md | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
|
||
|
index 6281f33..e0f1c5a 100644
|
||
|
--- a/CHANGELOG.md
|
||
|
+++ b/CHANGELOG.md
|
||
|
@@ -72,7 +72,7 @@ adding duration to now: 2026-02-26T19:00:57-05:00[America/New_York]
|
||
|
With Jiff, you should no longer need to pull in crates like
|
||
|
[`humantime`](https://docs.rs/humantime) and
|
||
|
[`humantime-serde`](https://docs.rs/humantime-serde)
|
||
|
-to accomplished a similar task.
|
||
|
+to accomplish a similar task.
|
||
|
|
||
|
While this new format doesn't support any kind of internationalization, the
|
||
|
prevalence of the `humantime` crate suggests there's a desire for something
|