From 039d2a58e372abfba4ac478c8ef3987b7c5cebaa Mon Sep 17 00:00:00 2001 From: insideoutclub Date: Thu, 2 Mar 2017 11:49:14 -0800 Subject: [PATCH] Update safe_introduction.xml --- doc/boostbook/safe_introduction.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/boostbook/safe_introduction.xml b/doc/boostbook/safe_introduction.xml index 8766f6e..36acb4c 100644 --- a/doc/boostbook/safe_introduction.xml +++ b/doc/boostbook/safe_introduction.xml @@ -101,8 +101,8 @@ safe<int> f(safe<int> x, safe<int> y){ - Library code in this document resides in the name space - boost::numeric. This name space has generally been + Library code in this document resides in the namespace + boost::numeric. This namespace has generally been eliminated from text, code and examples in order to improve readability of the text. The addition expression is checked at runtime or (if possible) at @@ -214,7 +214,7 @@ safe<int> f(safe<int> x, safe<int> y){ - Enforce of other program requirements using ranged integer + Enforce other program requirements using ranged integer types. The library includes the types safe_range<Min, Max> and safe_literal<N>. These types can be used to improve program correctness and performance.