]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hashmap.tex
fixed typoe
[wxWidgets.git] / docs / latex / wx / hashmap.tex
index 5649d907eb25e68ecfd59e28d3d30b2117e3ba31..16215785f958c320b0c68e7df9098a9f3e2886da 100644 (file)
@@ -3,7 +3,7 @@
 This is a simple, type-safe, and reasonably efficient hash map class,
 whose interface is a subset of the interface of STL containers. In
 particular, the interface is modelled after std::map, and the various,
-non standard, std::hash_map.
+non standard, std::hash\_map.
 
 \wxheading{Example}