summary refs log tree commit diff stats
path: root/doc/filelist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/filelist.txt')
-rw-r--r--doc/filelist.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filelist.txt b/doc/filelist.txt
index beff8f6c8..71379b40d 100644
--- a/doc/filelist.txt
+++ b/doc/filelist.txt
@@ -4,12 +4,12 @@ Short description of Nim's modules
 ==============  ==========================================================
 Module          Description
 ==============  ==========================================================
-nim          main module: parses the command line and calls
+nim             main module: parses the command line and calls
                 ``main.MainCommand``
 main            implements the top-level command dispatching
 nimconf         implements the config file reader
 syntaxes        dispatcher for the different parsers and filters
-filter_tmpl     standard template filter (``#! stdtempl``)
+filter_tmpl     standard template filter (``#? stdtempl``)
 lexbase         buffer handling of the lexical analyser
 lexer           lexical analyser
 parser          Nim's parser