hare

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

commit f0840f9f267dd984a1f126ba73ce568e0a684417
parent de3e1dbbdddcfe29605b24443968bd4d8996421e
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue, 15 Oct 2024 17:50:33 -0400

hare::module: mention 'find' in context docs

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

diff --git a/hare/module/types.ha b/hare/module/types.ha @@ -47,7 +47,7 @@ export type error = !( errcontext | ); -// A container struct for context, used by [[gather]]. +// A container struct for context, used by [[find]] and [[gather]]. export type context = struct { harepath: str, harecache: str,