aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-03-08 11:23:58 +0100
committerBjörn Gustavsson <[email protected]>2011-03-09 14:04:33 +0100
commit18cb45518979a0825f92ffaa11e0c14721f460bb (patch)
tree9f78acc20feb288cc6245e208dba83411556cce2 /system
parent23b4cde859059c350bdd95ddfac317be62705561 (diff)
downloadotp-18cb45518979a0825f92ffaa11e0c14721f460bb.tar.gz
otp-18cb45518979a0825f92ffaa11e0c14721f460bb.tar.bz2
otp-18cb45518979a0825f92ffaa11e0c14721f460bb.zip
Reference manual: Add missing right parenthesis
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/errors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/errors.xml b/system/doc/reference_manual/errors.xml
index 99e48544d6..2160398700 100644
--- a/system/doc/reference_manual/errors.xml
+++ b/system/doc/reference_manual/errors.xml
@@ -106,7 +106,7 @@
and a stack trace (that aids in finding the code location of
the exception).</p>
<p>The stack trace can be retrieved using
- <c>erlang:get_stacktrace/0</c> (new in Erlang 5.4/OTP-R10B
+ <c>erlang:get_stacktrace/0</c> (new in Erlang 5.4/OTP-R10B)
from within a <c>try</c> expression, and is returned for
exceptions of class <c>error</c> from a <c>catch</c> expression.</p>
<p>An exception of class <c>error</c> is also known as a run-time