src/lemon/bin_heap.h
changeset 1336 fd5fd79123fd
parent 1331 7e93d3f0406d
child 1359 1581f961cfaa
     1.1 --- a/src/lemon/bin_heap.h	Sat Apr 09 19:38:52 2005 +0000
     1.2 +++ b/src/lemon/bin_heap.h	Sat Apr 09 20:45:28 2005 +0000
     1.3 @@ -62,10 +62,10 @@
     1.4      /// \brief Type to represent the items states.
     1.5      ///
     1.6      /// Each Item element have a state associated to it. It may be "in heap",
     1.7 -    /// "pre heap" or "post heap". The later two are indifferent from the
     1.8 +    /// "pre heap" or "post heap". The latter two are indifferent from the
     1.9      /// heap's point of view, but may be useful to the user.
    1.10      ///
    1.11 -    /// The ItemIntMap _should_ be initialized in such way, that it maps
    1.12 +    /// The ItemIntMap \e should be initialized in such way that it maps
    1.13      /// PRE_HEAP (-1) to any element to be put in the heap...
    1.14      enum state_enum {
    1.15        IN_HEAP = 0,