summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-13 01:49:30 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-13 01:49:30 +0000
commitd32dbef9a04bcda99b796d7d6627d73042a19fb2 (patch)
tree873d83a7a19fe81090a445cf621bbc6e3151cabc
parent87d9afeb87e98c3886f40be658404579f365a3f5 (diff)
Update website
-rw-r--r--manual/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index b6627d9c..ac82f73f 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -8070,7 +8070,8 @@ use this metadata, but it is made available to users via the
</h3>
<p>Takes a module name as input and outputs the module's metadata
as an object, with the module's imports (including metadata)
-as an array value for the <code>deps</code> key.</p>
+as an array value for the <code>deps</code> key and the module's defined
+functions as an array value for the <code>defs</code> key.</p>
<p>Programs can use this to query a module's metadata, which they
could then use to, for example, search for, download, and
install missing dependencies.</p>