From 3fa27d49be472c28d0c4eaed776804e39c7f8bee Mon Sep 17 00:00:00 2001 From: eudoxia Date: Mon, 2 May 2022 12:23:42 -0400 Subject: section searching iterates forwards --- doc/freestanding/data.html | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/freestanding/data.html') diff --git a/doc/freestanding/data.html b/doc/freestanding/data.html index 63946cb..05bc7cf 100644 --- a/doc/freestanding/data.html +++ b/doc/freestanding/data.html @@ -255,7 +255,6 @@ while (iterator.next()) |line| { log(.err, "section '{s}' not found", .{name}); return error.NotFound; } -// TODO return last match instead?

Parsing

-- cgit v1.2.3