summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/manual/exceptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/exceptions.txt b/doc/manual/exceptions.txt
index f18ab5635..0010d5d09 100644
--- a/doc/manual/exceptions.txt
+++ b/doc/manual/exceptions.txt
@@ -83,7 +83,7 @@ raised:
 
 Note that ``getCurrentException`` always returns a ``ref Exception``
 type. If a variable of the proper type is needed (in the example
-above, ``IOError``), one must use an explicit cast:
+above, ``IOError``), one must convert it explicitly:
 
 .. code-block:: nim
   try:
sers.noreply.github.com> 2019-05-30 12:34:54 +0700 committer Miran <narimiran@disroot.org> 2019-05-30 07:34:54 +0200 travis: cleanup & add 32-bit Linux testing (#11337)' href='/ahoang/Nim/commit/.travis.yml?h=devel&id=1d00f7f9d73edb79cc581ca9b49fb038573c01d5'>1d00f7f9d ^
517312467 ^

1d00f7f9d ^
517312467 ^


e5aefbd1d ^
911551aae ^
223e65e52 ^

1d00f7f9d ^
8f6a275f4 ^
fbe7bf3c8 ^
1d00f7f9d ^

c60916a2a ^
a01fd5e93 ^
aa0a9dd78 ^
a01fd5e93 ^
aa0a9dd78 ^
7d07897a9 ^





308710c1e ^



7d07897a9 ^
2e5c75973 ^
308710c1e ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52