diff options
author | Araq <rumpf_a@web.de> | 2018-07-06 19:14:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-07-06 19:14:35 +0200 |
commit | 352b8a4844a4211fb7381f2f0d0b9e40dcb3cc72 (patch) | |
tree | 7feab9a9dbe7741c0397311eb51e3d0306096463 /doc/manual.rst | |
parent | 531013727d8748f15279e952191d4407d6b9706b (diff) | |
parent | 963f4314431c99aa352fd1e69690b199086f5410 (diff) | |
download | Nim-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.rst | 2 |
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 |