From 649ae29713a3740147049c8674b5f8c03dacb9aa Mon Sep 17 00:00:00 2001 From: Henrik Lagebrand <14178318+lagebr@users.noreply.github.com> Date: Thu, 8 Oct 2020 16:36:08 +0200 Subject: Fix spelling mistake --- 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 f53989489a..ab00c1a2ce 100644 --- a/system/doc/reference_manual/errors.xml +++ b/system/doc/reference_manual/errors.xml @@ -108,7 +108,7 @@ (see Exit Reason), and a stack trace (which aids in finding the code location of the exception).

-

The stack trace can be be bound to a variable from within +

The stack trace can be bound to a variable 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.1