From ac0166a9b078fc62c08b441e195dd654cb7a8622 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 13 Sep 2025 23:34:46 -0400 Subject: Rename all_values to items --- site/spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 min in an arbitrary order.
  • - all_values(conf: Configuration) -> List<Pair<String, String>>
    + items(conf: Configuration) -> List<Pair<String, String>>
    Returns a list of all defined keys in the configuration and their values, in an arbitrary order.
  • -- cgit v1.2.3