#16 Fix typo introduced by the previous typo fix
Merged 3 years ago by huzaifas. Opened 3 years ago by ueno.
ueno/defensive-coding-guide wip/dueno/expectation  into  master

@@ -194,7 +194,7 @@ 

  `java.lang.Throwable`, but not from

  `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

  exception are expected to be caught as they happen (e.g., when

  an input file is unexpectedly missing). Errors are impossible

The previous fix changed "expection" to "exception", but in this
context, "expectation" is expected.

Signed-off-by: Daiki Ueno dueno@redhat.com

Pull-Request has been merged by huzaifas

3 years ago
Metadata