Skip to content

Commit 544c75a

Browse files
committed
Merge pull request learn-co-students#19 from sammarcus/sammarcus-1444370337
2 parents 0f0fc94 + c514f94 commit 544c75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Errors are clues, reading them is the interpreter telling you what to do to fix
6363
NameErrors are caused when a given name is invalid or undefined. Whenever the Ruby interpreter encounters a word it doesn't recognize, it assumes that word is the name of a variable or a method. If that word was never defined as either a variable or a method, it will result in a name error.
6464

6565
### Syntax Errors
66-
Syntax errors are pretty self explanatory: they're the result of incorrect syntax. Thankfully, they're usually followed by a guess about the location of the error. For instance:
66+
Syntax errors are pretty self-explanatory: they're the result of incorrect syntax. Thankfully, they're usually followed by a guess about the location of the error. For instance:
6767

6868
```ruby
6969
2.times do

0 commit comments

Comments
 (0)