diff --git a/CopyConstructible.html b/CopyConstructible.html
index 466d66d..85ee88a 100644
--- a/CopyConstructible.html
+++ b/CopyConstructible.html
@@ -11,7 +11,7 @@
-- purpose. It is provided "as is" without express or implied warranty.
-->
-CopyConstructible
+Copy Constructible
@@ -19,10 +19,10 @@
ALT="C++ Boost" width="277" height="86">
-CopyConstructible
+Copy Constructible
Description
-A type is CopyConstructible if it is possible to copy objects of that
+A type is Copy Constructible if it is possible to copy objects of that
type.
Notation
@@ -32,7 +32,7 @@ type.
T
-is type that is a model of CopyConstructible
+is type that is a model of Copy Constructible
|
@@ -194,7 +194,7 @@ denotes the address of u
See also
DefaultConstructible
+href="http://www.sgi.com/tech/stl/DefaultConstructible.html">Default Constructible
and
Assignable