summary refs log tree commit diff stats
path: root/rod/c2nim/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'rod/c2nim/manual.txt')
-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