From 04b42100eac4d79d88e200ca451e28a4255651af Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Tue, 1 Mar 2016 13:49:01 -0800 Subject: [PATCH] Grammar fix Replaced "less" with "fewer" --- cppguide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppguide.html b/cppguide.html index 21a21f3..f91ca9b 100644 --- a/cppguide.html +++ b/cppguide.html @@ -341,7 +341,7 @@ of Includes for rules about when to #include a header.

Define functions inline only when they are small, say, 10 -lines or less.

+lines or fewer.