]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in dtor docs
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jan 2002 00:54:53 +0000 (00:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jan 2002 00:54:53 +0000 (00:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/file.tex

index c41687fd50dc3ca9a21e3677b36309cb40719fcd..4b2160def6495a961a6881bd33b4dab9ccd34239 100644 (file)
@@ -113,7 +113,7 @@ Associates the file with the given file descriptor, which has already been opene
 
 Destructor will close the file.
 
-NB: it is not virtual so you should use wxFile polymorphically.
+{\bf NB:} it is not virtual so you should not use wxFile polymorphically.
 
 \membersection{wxFile::Access}\label{wxfileaccess}