From a5f97a15e4f80c83a2ef8796640d4df065ca56dc Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 6 Jun 2017 23:56:35 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67a6205..645b7bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boost.Assert -The Boost.Assert library, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), +The Boost.Assert library, part of the collection of [Boost C++ Libraries](http://github.com/boostorg), provides several configurable diagnostic macros similar in behavior and purpose to the standard macro `assert` from ``.