]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/hashtable.txt
Merge branch 'master' into dev-lib
[libucw.git] / ucw / doc / hashtable.txt
index 35dbe28a02a851ea74a40cc8c80f28f7958006a2..24511f968107bd02fe13d1911c8c2d2c8ebd6964 100644 (file)
@@ -3,7 +3,7 @@ Hash tables
 
 A hash table is very universal data structure. It does most of it's
 operations in O(1) average time. The library contains a header to
-generate hash tables suiting to your needs.
+generate hash tables suiting your needs.
 
 They are <<generic:,generic data structures>>.