Merge #16 Fix typo introduced by the previous typo fix

This commit is contained in:
Huzaifa Sidhpurwala 2020-10-13 12:04:38 +00:00
commit 2f267b79ae

View file

@ -194,7 +194,7 @@ Error classes derive (perhaps indirectly) from
`java.lang.Throwable`, but not from `java.lang.Throwable`, but not from
`java.lang.Exception`. `java.lang.Exception`.
The general exception is that run-time errors are avoided by The general expectation is that run-time errors are avoided by
careful programming (e.g., not dividing by zero). Checked careful programming (e.g., not dividing by zero). Checked
exception are expected to be caught as they happen (e.g., when exception are expected to be caught as they happen (e.g., when
an input file is unexpectedly missing). Errors are impossible an input file is unexpectedly missing). Errors are impossible