diff --git a/cppguide.html b/cppguide.html
index 590cc9f..b2afc05 100644
--- a/cppguide.html
+++ b/cppguide.html
@@ -897,7 +897,7 @@ needs to run at both exit()
and
both places.)
As a result we only allow static variables to contain
-POD data. This rule completely disallows
+POD. This rule completely disallows
std::vector
(use C arrays instead), or
string
(use const char []
).