summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Gindi <juliangindi@gmail.com>2015-04-13 08:54:14 -0400
committerJunio C Hamano <gitster@pobox.com>2015-04-14 09:50:31 -0700
commit6c3b2afe6f64d33c176a8d369793392d7659fd6f (patch)
tree5ade40ed406b005d03d90343afc62c68a11e88f6
parent282616c72d1d08a77ca4fe1186cb708c38408d87 (diff)
downloadgit-jg/cguide-we-cannot-count.tar.gz
CodingGuidelines: update 'rough' rule countjg/cguide-we-cannot-count
Changed inaccurate count of "rough rules" from three to the more generic 'a few'. Signed-off-by: Julian Gindi <juliangindi@gmail.com> Reviewed-by: Eric Sunshine <sunshine@sunshineco.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/CodingGuidelines2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines
index f4137c68ff..cba0ebbac7 100644
--- a/Documentation/CodingGuidelines
+++ b/Documentation/CodingGuidelines
@@ -1,5 +1,5 @@
Like other projects, we also have some guidelines to keep to the
-code. For Git in general, three rough rules are:
+code. For Git in general, a few rough rules are:
- Most importantly, we never say "It's in POSIX; we'll happily
ignore your needs should your system not conform to it."