Repository: mesos Updated Branches: refs/heads/master 0f10d04e0 -> b31358569
Required a period in trailing comments in the style guide. Review: https://reviews.apache.org/r/32001 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b3135856 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b3135856 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b3135856 Branch: refs/heads/master Commit: b31358569183f5934af594dd5ddc403802a42561 Parents: 0f10d04 Author: Alexander Rukletsov <[email protected]> Authored: Mon Apr 27 01:45:19 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Mon Apr 27 01:45:19 2015 +0200 ---------------------------------------------------------------------- docs/mesos-c++-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b3135856/docs/mesos-c++-style-guide.md ---------------------------------------------------------------------- diff --git a/docs/mesos-c++-style-guide.md b/docs/mesos-c++-style-guide.md index fe98f90..451d247 100644 --- a/docs/mesos-c++-style-guide.md +++ b/docs/mesos-c++-style-guide.md @@ -47,7 +47,7 @@ void Slave::statusUpdate(StatusUpdate update, const UPID& pid) * Strings used in log and error messages should end without a period. ## Comments -* End each sentence with a period. +* End each sentence within a comment with a punctuation mark (please note that we generally prefer periods); this applies to incomplete sentences as well. * At most 70 characters per line in comments. * For trailing comments, leave one space.
