diff options
Diffstat (limited to 'libstdc++-v3/docs/html/ext/howto.html')
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 800f286da59..888591ab27d 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -387,7 +387,7 @@ <em>operator>>(istream&, string&) doesn't set failbit</em> </dt> <dd>If nothing is extracted into the string, <code>op>></code> now - sets <code>failbit</code> (which can cause an exception, etc, etc). + sets <code>failbit</code> (which can cause an exception, etc., etc.). </dd> <dt><a href="lwg-defects.html#214">214</a>: |