]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hashset.tex
use wxChar correctly in wxString docs; mark wx1 compatibility functions
[wxWidgets.git] / docs / latex / wx / hashset.tex
index 708fdd108426afd347162637aaf266ce3e640ffa..56b59914edcd8fdff8c8a0da302402fbd8eb7fb0 100644 (file)
@@ -3,7 +3,7 @@
 This is a simple, type-safe, and reasonably efficient hash set class,
 whose interface is a subset of the interface of STL containers. In
 particular, the interface is modeled after std::set, and the various,
-non standard, std::hash\_map.
+non-standard, std::hash\_map.
 
 \wxheading{Example}