summary refs log tree commit diff stats
path: root/rod/c2nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-08-14 15:46:07 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-08-14 15:46:07 +0200
commitfc0b66a7ff1c17fae66e604279524e757451bd1d (patch)
tree6d3c17703fe5b5beb6db6df58b9de674ec60fc02 /rod/c2nim
parentfee8e328efa97680efbcfdb72fa4a7b34ee5b564 (diff)
downloadNim-fc0b66a7ff1c17fae66e604279524e757451bd1d.tar.gz
accurate file/line information
Diffstat (limited to 'rod/c2nim')
-rwxr-xr-xrod/c2nim/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/c2nim/manual.txt b/rod/c2nim/manual.txt
index 7aa8b557b..c485a57f1 100755
--- a/rod/c2nim/manual.txt
+++ b/rod/c2nim/manual.txt
@@ -211,7 +211,7 @@ identifier should be converted:
 .. code-block:: C
   #mangle "'GTK_'{.*}" "TGtk$1"
 
-For convenience the PEG pattern and the replacement can be a single identifiers
+For convenience the PEG pattern and the replacement can be single identifiers
 too, there is no need to quote them: 
 
 .. code-block:: C