summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nimrodc.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt
index 72ee78d68..d494a0922 100644
--- a/doc/nimrodc.txt
+++ b/doc/nimrodc.txt
@@ -134,7 +134,8 @@ directory structure looks like this::
 
 And ``main`` imports ``x``, ``foo/x`` is imported. If ``other`` imports ``x``
 then both ``$lib/x.nim`` and ``$lib/bar/x.nim`` match and so the compiler
-rejects it.
+should reject it. Currently however this check is not implemented and instead
+the first matching file is used.
 

 

 Generated C code directory