diff --git a/README.md b/README.md index af7cad0..e8a3650 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ SYNOPSIS ```raku use DateTime::US; -use DateTime::Subs; # part of the Date::Time distribution +use DateTime::Subs; # part of the C distribution ``` DESCRIPTION @@ -54,7 +54,7 @@ The `:$year` argument defaults to the current year if it is not provided. * dst-end(:$year --> Date) is export(:dst-end) {...} -The final routine is for use by module Date::Event. The `:$set-id` argument is used to provide a globally unique ID (GUID) to allow multiple Date::Event objects for a single `Date` object. +The final routine is for use by module `Date::Event`. The `:$set-id` argument is used to provide a globally unique ID (GUID) to allow multiple `Date::Event` objects for a `Date` in a `Hash` keyed by `Date`s. * get-dst-dates(:$year!, :$set-id! --> Hash) is export(:get-dst-date) {...} diff --git a/docs/README.rakudoc b/docs/README.rakudoc index 2c82a4c..708b81f 100644 --- a/docs/README.rakudoc +++ b/docs/README.rakudoc @@ -9,7 +9,7 @@ B - Provides time zone (TZ) and Daylight Saving Time (DST) =begin code :lang use DateTime::US; -use DateTime::Subs; # part of the Date::Time distribution +use DateTime::Subs; # part of the C distribution =end code =head1 DESCRIPTION @@ -67,9 +67,10 @@ The C<:$year> argument defaults to the current year if it is not provided. =item end-dst(:$year --> Date) is export(:end-dst) {...} =item dst-end(:$year --> Date) is export(:dst-end) {...} -The final routine is for use by module Date::Event. +The final routine is for use by module C. The C<:$set-id> argument is used to provide a globally unique ID (GUID) -to allow multiple Date::Event objects for a single C object. +to allow multiple C objects for a C in a C keyed +by Cs. =item get-dst-dates(:$year!, :$set-id! --> Hash) is export(:get-dst-date) {...}