Update article.md

A typo fix. Change "absense" to "absence".
This commit is contained in:
ssdml 2018-08-27 00:07:18 +03:00 committed by GitHub
parent 62226efedc
commit 7811a4fb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ Any subtle features of the code? Where they are used?
## Summary ## Summary
An important sign of a good developer is comments: their presence and even their absense. An important sign of a good developer is comments: their presence and even their absence.
Good comments allow us to maintain the code well, come back to it after a delay and use it more effectively. Good comments allow us to maintain the code well, come back to it after a delay and use it more effectively.