hare

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

commit 59f28d78eb93a63c9e8e2498c6a7e721d5e9e48b
parent b5c9a1f9b714090029ac4d53fecac479e73a9772
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sun, 12 Jun 2022 19:29:26 -0400

log: fix README

Fixes: https://todo.sr.ht/~sircmpwn/hare/724
Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mlog/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log/README b/log/README @@ -4,5 +4,5 @@ logging logic. We provide a simple logger implementation that prefixes each line with the current timestamp; to initialize such a logger see [[new]]. A global logger is also provided for simple applications to use, [[global]], -which is an instance of the standard logger that writes to [[os::stdout]] by +which is an instance of the standard logger that writes to [[os::stderr]] by default. The user may configure a new global logger via [[setlogger]].