Merge #16 Fix typo introduced by the previous typo fix
This commit is contained in:
commit
2f267b79ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue