summary refs log tree commit diff stats
path: root/doc/nimrodc.txt
diff options
context:
space:
mode:
authorEXetoC <exetoc@gmail.com>2014-05-04 22:50:35 +0200
committerEXetoC <exetoc@gmail.com>2014-05-04 22:50:35 +0200
commit19c73a5d0219f93858c188e15bdc4714941bc36e (patch)
tree18f61fad64b7dc0a8c75d7978835db17db8e51b8 /doc/nimrodc.txt
parentf8b5133750bbfb80cd5949fdeb479e11b8bfc774 (diff)
downloadNim-19c73a5d0219f93858c188e15bdc4714941bc36e.tar.gz
Forgot to remove that.
Diffstat (limited to 'doc/nimrodc.txt')
-rw-r--r--doc/nimrodc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt
index a910291bd..f079702ab 100644
--- a/doc/nimrodc.txt
+++ b/doc/nimrodc.txt
@@ -361,7 +361,7 @@ Example:
   """.}

 

   {.push stackTrace:off.}
-  proc embedsC() = 

+  proc embedsC() =

     var nimrodVar = 89

     # use backticks to access Nimrod symbols within an emit section:

     {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".}