From 6906c3a7d040dcb5c7791a1aa69eacd343afd597 Mon Sep 17 00:00:00 2001 From: Winston Tokuhisa Date: Sat, 30 Jun 2018 10:51:20 -0400 Subject: [PATCH] Refines Word Choice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b21ceab..6c04d1f7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The interpreter does the best job it can to tell you what it thinks went wrong. This is a [Ruby Error Type](http://www.ruby-doc.org/core-2.2.0/Exception.html). -You've solved games of *Clue* with less information. This is one of the best parts of programming: debugging and fixing errors. It's like you're a detective solving a crime. The only bad thing is that more often than not, you're also the criminal that caused the error in the first place. +You've solved games of *Clue* with less information. This is one of the most important parts of programming: debugging and fixing errors. It's like you're a detective solving a crime. The only bad thing is that more often than not, you're also the criminal that caused the error in the first place. Errors are clues, and reading them is the interpreter telling you what to do to fix the program and move on.