hare

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

commit 5da0fea18e636e03e7e1b310aac1e3d7c8e47a32
parent d591c48ee5757c8070e9fb32874a446bd2896589
Author: John Gabriele <jgabriele@fastmail.fm>
Date:   Tue, 15 Aug 2023 20:00:49 -0400

s/error/errors/ module name

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

diff --git a/errors/README b/errors/README @@ -1,4 +1,4 @@ -The error module provides a number of error types which describe error +The errors module provides a number of error types which describe error conditions common to many types of code, as well as convenience functions for turning these errors into strings, and an error type which may be used to wrap some implementation-defined error data. If your program's error cases can be