summaryrefslogtreecommitdiffstats
path: root/manual/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/index.html')
-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>