diff options
Diffstat (limited to 'site/spec.html')
-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> |