X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fheap.txt;h=df4f7534b8db5a719c727e44baaf6e1ed14dd377;hb=a6368763d08042207963c941b1c52b5fafcb0cb3;hp=605c696dadfe650d257e5dafc492fcd95a8a7a77;hpb=f17e4350dcf0c033891e52b30b0c32a4a4fed5e0;p=libucw.git diff --git a/ucw/doc/heap.txt b/ucw/doc/heap.txt index 605c696d..df4f7534 100644 --- a/ucw/doc/heap.txt +++ b/ucw/doc/heap.txt @@ -11,7 +11,7 @@ Binary heaps Example ------- - static uns n; + static uint n; static int heap[4]; // Create an empty heap