summary refs log tree commit diff stats
path: root/doc/manual.rst
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-07-06 19:14:35 +0200
committerAraq <rumpf_a@web.de>2018-07-06 19:14:35 +0200
commit352b8a4844a4211fb7381f2f0d0b9e40dcb3cc72 (patch)
tree7feab9a9dbe7741c0397311eb51e3d0306096463 /doc/manual.rst
parent531013727d8748f15279e952191d4407d6b9706b (diff)
parent963f4314431c99aa352fd1e69690b199086f5410 (diff)
downloadNim-352b8a4844a4211fb7381f2f0d0b9e40dcb3cc72.tar.gz
Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-devel
Diffstat (limited to 'doc/manual.rst')
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 5ca6da22e..4ab680326 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -5160,7 +5160,7 @@ template cannot be accessed in the instantiation context:
 
   # so this works:
   let e = "message"
-  raise newException(EIO, e)
+  raise newException(IoError, e)
 
 
 Whether a symbol that is declared in a template is exposed to the instantiation