diff --git a/cppguide.html b/cppguide.html index 21a21f39f..f91ca9b6d 100644 --- a/cppguide.html +++ b/cppguide.html @@ -341,7 +341,7 @@

Inline Functions

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

+lines or fewer.