Skip to content

Commit

Permalink
improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinxiao authored Apr 21, 2021
1 parent dd21336 commit 69bd18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EN/3_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Try solving the following challenges. `grep` will help you to find similar imple
* Let's play a trick on MRI. For example, change the behaviour of `Integer#+` to perform subtraction instead. This hack will break your ruby build, so make a new git branch and experiment to see what happens.
* Use your imagination and try to add an interesting new method.

The following topics are discussed in next chapter, but try to explore them yourself before proceeding:
The following topics are discussed in the next chapter, but try to explore them yourself before proceeding:

* I described that `Integer#add(n)` had a bug.
* Write a test which fails due to this bug.
Expand Down

0 comments on commit 69bd18d

Please sign in to comment.