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 71379b40d..c863ba0cf 100644
--- a/doc/filelist.txt
+++ b/doc/filelist.txt
@@ -37,8 +37,8 @@ pragmas         semantic checking of pragmas
 
 idents          implements a general mapping from identifiers to an internal
                 representation (``PIdent``) that is used so that a simple
-                id-comparison suffices to say whether two Nim identifiers
-                are equivalent
+                id-comparison suffices to establish whether two Nim
+                identifiers are equivalent
 ropes           implements long strings represented as trees for
                 lazy evaluation; used mainly by the code generators