Grammar fix in doc/exceptions.md: there => they're

This commit is contained in:
Herwin 2025-04-02 11:50:59 +02:00 committed by Hiroshi SHIBATA
parent 1598a2cab8
commit b8e2bec914
Notes: git 2025-04-03 01:15:14 +00:00

View File

@ -181,7 +181,7 @@ divided by 0
Two read-only global variables always have `nil` value
except in a rescue clause;
there:
they're:
- `$!`: contains the rescued exception.
- `$@`: contains its backtrace.