Address grammatical comments

This commit is contained in:
Saurabh Jha 2015-11-18 22:38:53 +05:30
parent b4ce58a672
commit 2783a4f881

View File

@ -47,8 +47,8 @@ Fixing build problems with dependencies or cached build options
---------
Redis has some dependencies which are included into the `deps` directory.
`make` does not rebuild dependencies automatically, even if something in
source code of the dependencies changes.
`make` does not automatically rebuild dependencies even if dependency's source
changes.
When you update the source code with `git pull` or when code inside the
dependencies tree is modified in any other way, make sure to use the following