hare

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

commit 97e437f4777d4eeb05489203ce0f25865bb64aae
parent 57e1adf7aa10739e5187a898c8afbed1d1d0d8a7
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sat, 19 Feb 2022 19:18:28 -0500

module: fix typo in README

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

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

diff --git a/hare/module/README b/hare/module/README @@ -7,4 +7,4 @@ implementation, and may not be portable to other Hare implementations. This module also provides access to the Hare cache via [[manifest]]s and their related functions, but this is not considered stable, and may be changed if we -overhaul the cache format to implement better cachcing strategies. +overhaul the cache format to implement better caching strategies.