From 7ccf5f8981acbdf96be90958ab787814ad05fefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Krzemie=C5=84ski?= Date: Tue, 15 Dec 2015 11:06:41 +0100 Subject: [PATCH] Small doc typeos There is also a bullet at the bottom: "Among others". I suppose it was not the intent. --- doc/boostbook/safe_introduction.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/boostbook/safe_introduction.xml b/doc/boostbook/safe_introduction.xml index 5bd5327..41c2152 100644 --- a/doc/boostbook/safe_introduction.xml +++ b/doc/boostbook/safe_introduction.xml @@ -79,7 +79,7 @@ safe<int> f(safe<int> x, safe<int> y){ } - The addition expression is checked at runtime or (if possible) or + The addition expression is checked at runtime or (if possible) at compile time to trap any possible errors resulting from incorrect arithmetic behavior. This will permit one to write arithmetic expressions that cannot produce an erroneous result. Instead, one and only one of the @@ -168,7 +168,7 @@ safe<int> f(safe<int> x, safe<int> y){
Requirements - This library is composed entirely of C++ Headers. I requires a + This library is composed entirely of C++ Headers. It requires a compiler compatible with the C++14 standard. The following Boost Libraries must be installed in order to use this