diff options
author | pommicket <pommicket@gmail.com> | 2025-09-09 01:40:01 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-09 01:40:01 -0400 |
commit | c962ff7b730dfda801a1d9d6d3e1b2fbb9f98d2f (patch) | |
tree | 456d5fc6aa2ca04f66fa218d3e0256c9465dd890 /site | |
parent | 5a7dfb9619381d8bd34c7f6109cf9a5d38c4e06c (diff) |
Remove subkeys - keys(section(…)) is fine
Diffstat (limited to 'site')
-rw-r--r-- | site/spec.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/spec.html b/site/spec.html index 0222acc..7dcc957 100644 --- a/site/spec.html +++ b/site/spec.html @@ -604,10 +604,6 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St in an arbitrary order. </li> <li> - <code>subkeys(conf: Configuration, key: String) -> List<String></code><br> - Equivalent to <code>keys(section(conf, key))</code> but may be implemented more efficiently. - </li> - <li> <code>location(conf: Configuration, key: String) -> Optional<Location></code><br> Location of the definition of <code>key</code> in the configuration (file and line number). Useful for reporting invalid values when |