diff --git a/src/libcollections/binary_heap.rs b/src/libcollections/binary_heap.rs index b817ed6a6d0eb..bedeab67420cc 100644 --- a/src/libcollections/binary_heap.rs +++ b/src/libcollections/binary_heap.rs @@ -112,7 +112,7 @@ //! // 7 //! // +-----------------+ //! // | | -//! // v 1 2 | +//! // v 1 2 | 2 //! // 0 -----> 1 -----> 3 ---> 4 //! // | ^ ^ ^ //! // | | 1 | |