summary refs log tree commit diff stats
path: root/nimsuggest/sexp.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-02-19 12:49:09 +0100
committerGitHub <noreply@github.com>2019-02-19 12:49:09 +0100
commit8cf97908ccc9a344175f07ad459440b2290d5d6a (patch)
treed4cde01f6e1c32f7df1126ab98af38ecfbd3008f /nimsuggest/sexp.nim
parent6b9a139f7f27422bc2d7dc3fad20d589518a93b5 (diff)
downloadNim-8cf97908ccc9a344175f07ad459440b2290d5d6a.tar.gz
document proper imports, fixes #8164 (#10698)
Diffstat (limited to 'nimsuggest/sexp.nim')
-rw-r--r--nimsuggest/sexp.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/nimsuggest/sexp.nim b/nimsuggest/sexp.nim
index e0983467f..8f92e9098 100644
--- a/nimsuggest/sexp.nim
+++ b/nimsuggest/sexp.nim
@@ -7,6 +7,8 @@
 #    distribution, for details about the copyright.
 #
 
+## **Note:** Import ``nimsuggest/sexp`` to use this module
+
 import
   hashes, strutils, lexbase, streams, unicode, macros