hare

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

commit 5128c68fc490de2ba1a80b74ce2a810f835f4208
parent 9ca0cadca9e02ad9031bf591311f663fe8008ae9
Author: Sebastian <sebastian@sebsite.pw>
Date:   Thu, 21 Apr 2022 15:47:38 -0400

hare::module: fix typo in struct comment

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

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

diff --git a/hare/module/context.ha b/hare/module/context.ha @@ -15,7 +15,7 @@ export type context = struct { // Filesystem to use for the cache and source files. fs: *fs::fs, // List of paths to search, generally populated from HAREPATH plus some - // baked-in default. + // baked-in defaults. paths: []str, // Path to the Hare cache, generally populated from HARECACHE and // defaulting to $XDG_CACHE_HOME/hare.