Fix typo introduced by the previous typo fix
The previous fix changed "expection" to "exception", but in this context, "expectation" is expected. Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
0888d3db13
commit
0a66cc3273
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