summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index c7d9d4b59c..acab51a5f3 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -491,8 +491,8 @@ added: v0.0.1
* {string}
-The file name of the current module. This is the resolved absolute path of the
-current module file.
+The file name of the current module. This is the current module file's absolute
+path with symlinks resolved.
For a main program this is not necessarily the same as the file name used in the
command line.