Skip to content

Commit

Permalink
yield -> do
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraham authored Jun 20, 2018
1 parent 3efebf7 commit 291e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ File: `hello_world.rb`
puts "Hello World!"
```

Anytime you make changes to a file (like the one you've just made) you need to save the file, so your changes are preserved. If you forget to save the file before you run your tests, the last saved version of the file will be run — without your changes — and this can be very confusing! In this case, if you forget to save, what gets run might be just an empty document (which won't yield anything very exciting). Always remember to save the file every time you make changes by selecting Save from the File menu.
Anytime you make changes to a file (like the one you've just made) you need to save the file, so your changes are preserved. If you forget to save the file before you run your tests, the last saved version of the file will be run — without your changes — and this can be very confusing! In this case, if you forget to save, what gets run might be just an empty document (which won't do anything very exciting). Always remember to save the file every time you make changes by selecting Save from the File menu.

### Executing Your File

Expand Down

0 comments on commit 291e8cd

Please sign in to comment.