POD data -> POD

Avoid redundancy
This commit is contained in:
Vijay Pai 2017-12-21 12:41:51 -08:00 committed by GitHub
parent 9663cabfee
commit ba8180b6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -897,7 +897,7 @@ needs to run at both <code>exit()</code> and
both places.)</p>
<p>As a result we only allow static variables to contain
POD data. This rule completely disallows
POD. This rule completely disallows
<code>std::vector</code> (use C arrays instead), or
<code>string</code> (use <code>const char []</code>).</p>