summary refs log tree commit diff stats
path: root/doc/nimrodc.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-02-24 19:19:13 +0100
committerAraq <rumpf_a@web.de>2012-02-24 19:19:13 +0100
commitf0172b0a5fdb618265eb20fb03dd720e970f95a7 (patch)
tree3ddd91ae4cc35fd3e6a6da8718da902a5493c7ab /doc/nimrodc.txt
parent96e7ee91cced216e287b9dadb6eec97147347989 (diff)
downloadNim-f0172b0a5fdb618265eb20fb03dd720e970f95a7.tar.gz
exported strutils.abbrev
Diffstat (limited to 'doc/nimrodc.txt')
-rwxr-xr-xdoc/nimrodc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt
index 77a96ee74..7e1df29fa 100755
--- a/doc/nimrodc.txt
+++ b/doc/nimrodc.txt
@@ -174,9 +174,9 @@ The `incompleteStruct`:idx: pragma tells the compiler to not use the
 underlying C ``struct`` in a ``sizeof`` expression:

 

 .. code-block:: Nimrod

-type

-  TDIR* {.importc: "DIR", header: "<dirent.h>", 

-          final, pure, incompleteStruct.} = object

+  type

+    TDIR* {.importc: "DIR", header: "<dirent.h>", 

+            final, pure, incompleteStruct.} = object

 

 

 Compile pragma