CodingGuidelines: update 'rough' rule count
authorJulian Gindi <juliangindi@gmail.com>
Mon, 13 Apr 2015 12:54:14 +0000 (08:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Apr 2015 16:50:31 +0000 (09:50 -0700)
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>
Documentation/CodingGuidelines
index f4137c68ff80647644cc1f3d45d24457f505e2a0..cba0ebbac79b74efbde4132d21b9958da4ef9f01 100644 (file)
@@ -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."