summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-10-08 16:44:40 +0200
committerLukas Larsson <lukas@erlang.org>2020-10-08 16:44:40 +0200
commit62d46536943a43aff856d56c92b20cebf8c18635 (patch)
tree75200b5f305be906fa404840153bc4d8a22db909 /system
parent17090ebc93818dc99a690cb735e9ef9da9f7637c (diff)
parent9bb5ed6dc9be7517a544ebe9cfa0fb2f1be6da52 (diff)
downloaderlang-62d46536943a43aff856d56c92b20cebf8c18635.tar.gz
Merge branch 'maint'
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 f53989489a..ab00c1a2ce 100644
--- a/system/doc/reference_manual/errors.xml
+++ b/system/doc/reference_manual/errors.xml
@@ -108,7 +108,7 @@
(see <seeguide marker="#exit_reasons">Exit Reason</seeguide>),
and a stack trace (which aids in finding the code location of
the exception).</p>
- <p>The stack trace can be be bound to a variable from within
+ <p>The stack trace can be bound to a variable 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