Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babyshoes committed Nov 26, 2015
1 parent 5a42139 commit 93eb6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get started by opening this lab with `learn open` (or by pressing the Open butto
## Objectives

1. Read the three different parts of an error message.
2. Identify four error types- name errors, syntax errors, types errors, and division errors- and fix them
2. Identify four error types- name errors, syntax errors, type errors, and division errors- and fix them
3. Describe a test suite, where it's found in a lab, and its purpose
4. Use the `learn` command in terminal to run the tests for a lab.

Expand Down Expand Up @@ -51,7 +51,7 @@ The interpreter does the best job it can to tell you what it thinks went wrong.
(NameError)
```

This is a [Ruby Error Type](http://www.ruby-doc.org/core-2.2.0/Exception.html)
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 my favorite part of programming, debugging, 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.

Expand Down

0 comments on commit 93eb6c3

Please sign in to comment.