Added missing "s" to "makes" (#20537)

The asterisk around the paragraph **makes** it more readable.
This commit is contained in:
joruchan
2018-10-31 04:28:22 +01:00
committed by Tom
parent c8a0d6efe6
commit a16e6642f6

View File

@ -35,7 +35,7 @@ You can also make your comments more readable by stylizing it.
* A paragraph where I give informations
* about everything that someone who reads the code
* but didn't write it would need to know.
* The asterisk around the paragraph make it more readable.
* The asterisk around the paragraph makes it more readable.
***
*/
```