hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 26f69ca26b9d003e6ed7a5c095aeaa449c35bcaf
parent eebd8e423168c75c470e489effc27d195e9cb91a
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue,  5 Sep 2023 22:07:36 -0400

time::date: fix typo in docs

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mtime/date/date.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/time/date/date.ha b/time/date/date.ha @@ -110,7 +110,7 @@ fn all(d: *date) *date = { // If specified (non-void), 'zo' must match one of the timezone's observed // zoffs, or will fail. See [[time::chrono::fixedzone]] for custom timezones. // -// You may omit the zoff. If the givem timezone has a single zone, [[new]] +// You may omit the zoff. If the given timezone has a single zone, [[new]] // will use that zone's zoff. Otherwise [[new]] will try to infer the zoff // from the multiple zones. This will fail during certain timezone transitions, // where certain dates are ambiguous or nonexistent. For example: