'... after an exception...'

This commit is contained in:
K. Lange 2021-01-11 07:39:34 +09:00
parent 48da930acd
commit ed9234e707

View File

@ -485,7 +485,7 @@ foo() # I didn't provide one!
# ArgumentError: foo() takes exactly 1 argument (0 given)
```
When using the repl, global state will remain after an expression and the prompt will be displayed again.
When using the repl, global state will remain after an exception and the prompt will be displayed again.
To catch exceptions, use `try`/`except`: