hare

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

commit fc6bfab55d16256f2a47f45732d7a0ecc8df15ce
parent a0454dd2c7bdd93ee38e7a750a503a1d27fca80a
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 21 Apr 2021 11:52:58 -0400

hash: minor doc fix

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

diff --git a/hash/hash.ha b/hash/hash.ha @@ -1,5 +1,5 @@ -use io; // TODO: Let caller supply the output buffer, to avoid the slice allocation +use io; // The general purpose interface for a hashing function. export type hash = struct {