From 54e262ee135c0aa81c06f7f7f367271ca12c16ba Mon Sep 17 00:00:00 2001 From: Bjorn Reese Date: Mon, 13 Feb 2017 15:55:42 +0100 Subject: [PATCH] Minor fixes --- doc/lightweight_test.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightweight_test.qbk b/doc/lightweight_test.qbk index c3ab7bc..77a3e49 100644 --- a/doc/lightweight_test.qbk +++ b/doc/lightweight_test.qbk @@ -128,7 +128,7 @@ Specialization of BOOST_TEST_NE which interprets expr1 and expr2 as pointers to BOOST_TEST_ALL_EQ(begin1, end1, begin2, end2) `` -Compares the content of two containers. If they have different sizes, or if any pairwise element differs, increases the error count and outputs a message containing all differing elements. +Compares the content of two sequences. If they have different sizes, or if any pairwise element differs, increases the error count and outputs a message containing at most 8 differing elements. [endsect]