Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / boost_test / practical_usage_recommendations / tutorials / bt_and_tdd.html
index 07f8267..eb7b142 100644 (file)
@@ -41,7 +41,7 @@
           Let say I want to encapsulate an unchangeable C character buffer with a
           length into the simple class <code class="computeroutput"><span class="identifier">const_string</span></code>.
           Rationale: a string class that does not allocate a memory and provide a
-          convenient read-only access to the preallocated character buffer. I will
+          convenient read-only access to the pre-allocated character buffer. I will
           probably want <code class="computeroutput"><span class="identifier">const_string</span></code>
           to have an interface similar to the class std::string. What will I do first?
           In my new life I will start with writing a test module for future class
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2001-2018 Boost.Test contributors<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
+      contributors<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
       </p>