From 18cb45518979a0825f92ffaa11e0c14721f460bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Date: Tue, 8 Mar 2011 11:23:58 +0100
Subject: Reference manual: Add missing right parenthesis
---
system/doc/reference_manual/errors.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'system')
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).
The stack trace can be retrieved using
- erlang:get_stacktrace/0 (new in Erlang 5.4/OTP-R10B
+ erlang:get_stacktrace/0 (new in Erlang 5.4/OTP-R10B)
from within a try expression, and is returned for
exceptions of class error from a catch expression.
An exception of class error is also known as a run-time
--
cgit v1.2.3