diff --git a/doc/langref.html.in b/doc/langref.html.in
index 986da22dd2f5bd3b0a64e90e2492a41d4ad6079d..6321dddff792d11c5f1c00d96e2fa13ba3d8e6e8 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -3887,6 +3887,17 @@ comptime {
@cInclude, @cDefine, and @cUndef work
within this expression, appending to a temporary buffer which is then parsed as C code.
+ Usually you should only have one @cImport in your entire application, because it saves the compiler
+ from invoking clang multiple times, and prevents inline functions from being duplicated.
+
+ Reasons for having multiple @cImport expressions would be:
+
#define CONNECTION_COUNT