diff --git a/doc/exceptions.md b/doc/exceptions.md index ffa4669a3b..2c47455911 100644 --- a/doc/exceptions.md +++ b/doc/exceptions.md @@ -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.