diff options
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r-- | libstdc++-v3/docs/doxygen/tables.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/tables.html b/libstdc++-v3/docs/doxygen/tables.html index 370c6ce..74ac3e2 100644 --- a/libstdc++-v3/docs/doxygen/tables.html +++ b/libstdc++-v3/docs/doxygen/tables.html @@ -18,7 +18,7 @@ </p> <p>We will not try to duplicate all of the surrounding text (footnotes, - explanations, etc) from the standard, because that would also entail a + explanations, etc.) from the standard, because that would also entail a duplication of effort. Some of the surrounding text has been paraphrased here for clarity. If you are uncertain about the meaning or interpretation of these notes, consult a good textbook, and/or purchase your own copy of @@ -589,7 +589,7 @@ examples of the latter are multiset and multimap. <tr> <td>a.clear()</td> <td>void</td> -<td>erases everthing; post: size() == 0</td> +<td>erases everything; post: size() == 0</td> <td>linear</td> <!-- DR 224 --> </tr> |