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.