X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fheap.txt;h=df4f7534b8db5a719c727e44baaf6e1ed14dd377;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;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