diff --git a/doc/container.htm b/doc/container.htm index 94d5489c..d1af9713 100644 --- a/doc/container.htm +++ b/doc/container.htm @@ -111,7 +111,7 @@ from, or is not defined in Sizing constructor V v (n) n >= 0 -Allocates an unitialized vector of n elements. +Allocates a vector of n elements. v.size () == n. @@ -267,7 +267,7 @@ from, or is not defined in Sizing constructor M m (n1, n2) n1 >= 0 and n2 >= 0 -Allocates an uninitialized matrix of n1 rows and n2 +Allocates a matrix of n1 rows and n2 columns. m.size1 () == n1 and m.size2 () == n2.