diff options
author | Björn Gustavsson <[email protected]> | 2011-03-08 11:23:58 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-03-09 14:04:33 +0100 |
commit | 18cb45518979a0825f92ffaa11e0c14721f460bb (patch) | |
tree | 9f78acc20feb288cc6245e208dba83411556cce2 /system/doc/reference_manual | |
parent | 23b4cde859059c350bdd95ddfac317be62705561 (diff) | |
download | otp-18cb45518979a0825f92ffaa11e0c14721f460bb.tar.gz otp-18cb45518979a0825f92ffaa11e0c14721f460bb.tar.bz2 otp-18cb45518979a0825f92ffaa11e0c14721f460bb.zip |
Reference manual: Add missing right parenthesis
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r-- | system/doc/reference_manual/errors.xml | 2 |
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 |