Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

style/comments: fix typo #4

Merged
merged 1 commit into from
Jun 30, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion style/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ short.
### Sentence structure

All doc comments, including the summary line, should begin with a
capital letter and ending with a period, question mark, or exclamation
capital letter and end with a period, question mark, or exclamation
point. Prefer full sentences to fragments.

For example:
Expand Down