Minor doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-09-09 14:33:41 +00:00
parent 34b29ae796
commit e7dfcb8ea4
5 changed files with 32 additions and 10 deletions

View File

@@ -216,7 +216,7 @@ Removes element at given position.
\func{wxNode<T> *}{Find}{\param{T *}{ object}}
Returns the node whose client date is {\it object} or NULL if none found.
Returns the node whose client data is {\it object} or NULL if none found.
{\bf Note}: keyed lists are deprecated and should not be used in new code.