From 30eb88089340af8f611274f477c5a76fc3cad988 Mon Sep 17 00:00:00 2001 From: crista Date: Sat, 30 Nov 2013 21:49:24 -0800 Subject: [PATCH] Update README.md wording --- 23-passive-aggressive/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/23-passive-aggressive/README.md b/23-passive-aggressive/README.md index 1916c60..06b0e5b 100644 --- a/23-passive-aggressive/README.md +++ b/23-passive-aggressive/README.md @@ -7,9 +7,9 @@ Constraints: arguments and refuses to continue when the arguments are unreasonable, throwing an exception -- When calling out other functions, core program functions don't check for errors +- When calling out other functions, program functions only check for exceptions if they are in a position to react meaningully -- Exception handling occurs at higher levels of function call chains, wherever it is meaningul tp do so +- Exception handling occurs at higher levels of function call chains, wherever it is meaningul to do so Possible names: