Skip to content

Commit c1b7e71

Browse files
authored
Merge pull request #8938 from kenjis/docs-fix-errors-typo
docs: fix typo in errors.rst
2 parents 0ce62d9 + 46a7753 commit c1b7e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/errors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Using Exceptions
1919

2020
This section is a quick overview for newer programmers, or for developers who are not experienced with using exceptions.
2121

22-
What is Exceptions
23-
------------------
22+
What are Exceptions
23+
-------------------
2424

2525
Exceptions are simply events that happen when the exception is "thrown". This halts the current flow of the script, and
2626
execution is then sent to the error handler which displays the appropriate error page:

0 commit comments

Comments
 (0)