summaryrefslogtreecommitdiff
path: root/doc/data.html
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-05-02 12:23:42 -0400
committereudoxia <uplink@distress.network>2022-05-02 12:23:42 -0400
commit3fa27d49be472c28d0c4eaed776804e39c7f8bee (patch)
treee19bbb83e62a400dee1672df1c5195bf7c116ff1 /doc/data.html
parent1785c8cc4eb8a60c530a551471f1d5ddf0538e1a (diff)
section searching iterates forwards
Diffstat (limited to 'doc/data.html')
-rwxr-xr-xdoc/data.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/data.html b/doc/data.html
index 3453250..9fddef4 100755
--- a/doc/data.html
+++ b/doc/data.html
@@ -243,7 +243,6 @@ while (iterator.next()) |line| {
log(.err, "section '{s}' not found", .{name});
return error.NotFound;
}
-// TODO return last match instead?
</code></pre>
<h2 id="parsing">Parsing</h2>