summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-13 23:34:46 -0400
committerpommicket <pommicket@gmail.com>2025-09-13 23:34:46 -0400
commitac0166a9b078fc62c08b441e195dd654cb7a8622 (patch)
tree14e326438abba8d0bd540b2f395eb8f7c97ce24d
parent31f73013616593eb50ef205285c9c98a831efdde (diff)
Rename all_values to items
-rw-r--r--site/spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/spec.html b/site/spec.html
index 2678d6f..ed02ad1 100644
--- a/site/spec.html
+++ b/site/spec.html
@@ -442,7 +442,7 @@ time = 35&nbsp;min
in an arbitrary order.
</li>
<li>
- <code>all_values(conf: Configuration) -&gt; List&lt;Pair&lt;String, String&gt;&gt;</code><br>
+ <code>items(conf: Configuration) -&gt; List&lt;Pair&lt;String, String&gt;&gt;</code><br>
Returns a list of all defined keys in the configuration and their values,
in an arbitrary order.
</li>