From 43dcaca2c260228d4a9b635d5e87e9ff65928543 Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Sun, 11 Feb 2024 10:07:29 -0600 Subject: [PATCH] tweak docs --- README.md | 2 +- docs/README.rakudoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b895c9d..8143015 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ SEE ALSO * Module **DateTime::Timezones:auth** - In contrast to Matthew Stuckwisch's module, this module does not use any of the IANA timezone database and relies only on the power of the Raku DateTime type, the short list of time zone UTC offsets for standard US time zones, and the standard dates and time of Daylight Saving Time begin/end enshrined in US Public Law. + In contrast to Matthew Stuckwisch's module, `DateTime::US` does not use any of the IANA timezone database and relies only on the power of the Raku DateTime type, the short list of time zone UTC offsets for standard US time zones, and the standard dates and time of Daylight Saving Time begin/end enshrined in US Public Law. Todo ==== diff --git a/docs/README.rakudoc b/docs/README.rakudoc index 94fb082..e3c6098 100644 --- a/docs/README.rakudoc +++ b/docs/README.rakudoc @@ -78,7 +78,7 @@ to allow multiple Date::Event objects for a single C object. =begin item Module B> -In contrast to Matthew Stuckwisch's module, this module does not use any +In contrast to Matthew Stuckwisch's module, C does not use any of the IANA timezone database and relies only on the power of the Raku DateTime type, the short list of time zone UTC offsets for standard US time zones, and the standard dates and time of Daylight Saving Time