Skip to content

Commit 4ee41c0

Browse files
committed
Merge pull request #2 from aaroncm/choir_typo
Fix minor typo
2 parents df69b77 + 47bbbbf commit 4ee41c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ If you want to add to this document, please submit a pull request or open an iss
301301

302302
### Documentation
303303

304-
* First, try to see documentation in a positive light. It is not a choir that you put off for as long as possible (forever). At some point in your project, starting to document parts of your project is an opportunity to communicate important things with future-maintainers, potential users of your API and even your future self.
304+
* First, try to see documentation in a positive light. It is not a chore that you put off for as long as possible (forever). At some point in your project, starting to document parts of your project is an opportunity to communicate important things with future-maintainers, potential users of your API and even your future self.
305305

306306
* When that point in time comes, every module and function should either be documented or marked via `@moduledoc false`/`@doc false` to indicate that there is no intent to document the object in question.
307307

0 commit comments

Comments
 (0)