diff options
author | pommicket <pommicket@gmail.com> | 2025-09-13 23:34:46 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-13 23:34:46 -0400 |
commit | ac0166a9b078fc62c08b441e195dd654cb7a8622 (patch) | |
tree | 14e326438abba8d0bd540b2f395eb8f7c97ce24d /site | |
parent | 31f73013616593eb50ef205285c9c98a831efdde (diff) |
Rename all_values to items
Diffstat (limited to 'site')
-rw-r--r-- | site/spec.html | 2 |
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 min in an arbitrary order. </li> <li> - <code>all_values(conf: Configuration) -> List<Pair<String, String>></code><br> + <code>items(conf: Configuration) -> List<Pair<String, String>></code><br> Returns a list of all defined keys in the configuration and their values, in an arbitrary order. </li> |