hare

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

commit 6b91d39890f5df2e5af32aeccc252b22e60a0bae
parent f0103f7ab30338971b77c9d1604ce33fc6dd7594
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sun,  1 Dec 2024 19:49:46 -0500

glob: remove outdated sentence in docs for next

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

Diffstat:
Mglob/glob.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/glob/glob.ha b/glob/glob.ha @@ -84,7 +84,6 @@ export fn finish(gen: *generator) void = { // Returns a generated pathname. The returned string is valid until [[next]] // is called again. If, during the search, a directory is encountered that // cannot be opened or read, a [[failure]] object is returned instead. -// [[next]] can be repeatedly called until void is returned. export fn next(gen: *generator) (str | done | failure) = { const init = strstack_size(&gen.pats) == 1 && len(memio::string(&gen.tmpp.dir)!) == 0