guide.html: Fix typo.

2003-07-17  Phil Edwards  <pme@gcc.gnu.org>

	* docs/doxygen/guide.html:  Fix typo.

From-SVN: r69512
This commit is contained in:
Phil Edwards 2003-07-17 15:31:20 +00:00
parent d944c82dce
commit 83a279e492
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-17 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/guide.html: Fix typo.
2003-07-16 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/pod_char_traits.h: Add state template argument.

View File

@ -69,7 +69,7 @@
<p>[incomplete and constantly evolving]</p>
<p>For classes, use deque/vector/list and std::pair as examples. For
functions, see their memeber functions, and the free functions in
functions, see their member functions, and the free functions in
<code>stl_algobase.h</code>. Member functions of other container-like
types should read similarly to these member functions.
</p>