Skip to content

Commit 93eb6c3

Browse files
committed
Updated README.md
1 parent 5a42139 commit 93eb6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get started by opening this lab with `learn open` (or by pressing the Open butto
99
## Objectives
1010

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

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

54-
This is a [Ruby Error Type](http://www.ruby-doc.org/core-2.2.0/Exception.html)
54+
This is a [Ruby Error Type](http://www.ruby-doc.org/core-2.2.0/Exception.html).
5555

5656
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.
5757

0 commit comments

Comments
 (0)