From 6bb29886cbf4057a9a50073eb948bc9aec904756 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 24 Aug 2007 10:56:05 +0000 Subject: [PATCH] typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/vector.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/vector.tex b/docs/latex/wx/vector.tex index 1ca48015b7..7301f19788 100644 --- a/docs/latex/wx/vector.tex +++ b/docs/latex/wx/vector.tex @@ -17,7 +17,7 @@ No base class \helpref{Container classes overview}{wxcontaineroverview}, \helpref{wxList}{wxlist}, -\helpref{wxArray}{wxvector} +\helpref{wxArray}{wxarray} \membersection{wxVector::wxVector}\label{wxvectorwxvector} @@ -37,7 +37,7 @@ Destructor. \func{wxVector\& operator}{operator=}{\param{const wxVector\& }{vb}} -Assignement operator. +Assignment operator. \membersection{wxVector::at}\label{wxvectorat} @@ -94,7 +94,9 @@ Returns iterator to the end of the vector. \func{iterator}{erase}{\param{iterator }{first}, \param{iterator }{last}} -Erase items. +Erase items. When using values other than built-in integrals +or classes with reference counting this can be an inefficient +operation. \membersection{wxVector::front}\label{wxvectorfront} @@ -109,7 +111,7 @@ Returns first item. \func{iterator}{insert}{\param{iterator }{it}, \param{const value\_type\& }{v = value\_type()}} Insert an item. When using values other than built-in integrals -or classes with reference counting this can be a very inefficient +or classes with reference counting this can be an inefficient operation. \membersection{wxVector::operator[]}\label{wxvectoroperatorunknown}