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.