X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fhashtable.txt;h=24511f968107bd02fe13d1911c8c2d2c8ebd6964;hb=804b539f2f9d9af87ffa7036fd2b181fb12d86f1;hp=35dbe28a02a851ea74a40cc8c80f28f7958006a2;hpb=c792c5e657737a794893ae3505fba633b93e44b7;p=libucw.git diff --git a/ucw/doc/hashtable.txt b/ucw/doc/hashtable.txt index 35dbe28a..24511f96 100644 --- a/ucw/doc/hashtable.txt +++ b/ucw/doc/hashtable.txt @@ -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 <>.