|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76937 - trunk/boost/heap
From: tim_at_[hidden]
Date: 2012-02-07 13:39:02
Author: timblechmann
Date: 2012-02-07 13:39:02 EST (Tue, 07 Feb 2012)
New Revision: 76937
URL: http://svn.boost.org/trac/boost/changeset/76937
Log:
heap: fix typo in documentation
Text files modified:
trunk/boost/heap/heap_merge.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/heap/heap_merge.hpp
==============================================================================
--- trunk/boost/heap/heap_merge.hpp (original)
+++ trunk/boost/heap/heap_merge.hpp 2012-02-07 13:39:02 EST (Tue, 07 Feb 2012)
@@ -94,7 +94,7 @@
/** merge rhs into lhs
*
- * \b Effect: lhs contains all elements that have been part of rhs, lhs is empty.
+ * \b Effect: lhs contains all elements that have been part of rhs, rhs is empty.
*
* */
template <typename Heap1,
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk