Fixed typos in the contributing doc

This commit is contained in:
jethro larson 2016-06-09 15:24:09 -07:00
parent 6b77614ba2
commit 261ba932c2

View file

@ -10,8 +10,8 @@ That said, we'd like to maintain some consistency across the document.
1. Target programmers that have no functional programming experience. 1. Target programmers that have no functional programming experience.
1. We value understandability more than accuracy. e.g. It's okay to describe a functor as a container. 1. We value understandability more than accuracy. e.g. It's okay to describe a functor as a container.
1. Don't overuse jargon even if defined elsewhere in the document. 1. Don't overuse jargon even if defined elsewhere in the document.
1. Link to terms defined else where in the document when you use them. 1. Link to terms defined in the document when you use them in a definition.
1. No big walls of text 1. Avoid big walls of text
## Code conventions ## Code conventions
Be consistent with other examples Be consistent with other examples