fixes typo on refactoring code. (#60)

fixes typo distraction to distracting
This commit is contained in:
Garrett Sanderson 2017-07-13 15:46:02 -07:00 committed by Vahid Panjganj
parent b3fe9d24c4
commit e5266b0199

View File

@ -403,7 +403,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
* Always comment and keep them relevant as code changes. Remove commented blocks of code.
_Why:_
> Your code should be as readable as possible, you should get rid of anything distraction. If you refactored a function, don't just comment out the old one, remove it.
> Your code should be as readable as possible, you should get rid of anything distracting. If you refactored a function, don't just comment out the old one, remove it.
* Avoid irrelevant or funny comments, logs or naming.