Fix typo
This commit is contained in:
parent
b93397d472
commit
7ba63fec82
|
@ -78,7 +78,7 @@ To contribute a patch, the workflow is a as follows:
|
||||||
2. Create topic branch
|
2. Create topic branch
|
||||||
3. Commit patches
|
3. Commit patches
|
||||||
|
|
||||||
Please keep commits should atomic and diffs easy to read. For this reason
|
Please keep commits atomic and diffs easy to read. For this reason
|
||||||
do not mix any formatting fixes or code moves with actual code changes.
|
do not mix any formatting fixes or code moves with actual code changes.
|
||||||
Further, each commit, individually, should compile and pass tests, in order to
|
Further, each commit, individually, should compile and pass tests, in order to
|
||||||
ensure git bisect and other automated tools function properly.
|
ensure git bisect and other automated tools function properly.
|
||||||
|
|
Loading…
Reference in New Issue