From: Michal Vaner Date: Fri, 16 Jan 2009 12:00:00 +0000 (+0100) Subject: ucw docs: language tweak X-Git-Tag: holmes-import~119 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8508c5f3adb68e2a86db536faf6de5a4348477dc;p=libucw.git ucw docs: language tweak --- 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 <>.