From 46a77532a0eadc787675175c30c5576689beb844 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 6 Jun 2024 09:16:38 +0900 Subject: [PATCH] docs: fix typo --- user_guide_src/source/general/errors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/general/errors.rst b/user_guide_src/source/general/errors.rst index 87ce25fb75a8..8d307de0bd5a 100644 --- a/user_guide_src/source/general/errors.rst +++ b/user_guide_src/source/general/errors.rst @@ -19,8 +19,8 @@ Using Exceptions This section is a quick overview for newer programmers, or for developers who are not experienced with using exceptions. -What is Exceptions ------------------- +What are Exceptions +------------------- Exceptions are simply events that happen when the exception is "thrown". This halts the current flow of the script, and execution is then sent to the error handler which displays the appropriate error page: