diff --git a/doc/container_concept.htm b/doc/container_concept.htm index 2613b6fe..141f4e1a 100644 --- a/doc/container_concept.htm +++ b/doc/container_concept.htm @@ -110,7 +110,7 @@ Dense Vector ONLY. The type of underlying storage array used to store the elemen Storage v.data() v is mutable and Dense. -array_type& if a is mutable, const array_type& otherwise +array_type& if v is mutable, const array_type& otherwise @@ -307,7 +307,7 @@ following expressions must be valid.

Storage m.data() m is mutable and Dense. -array_type& if a is mutable, const array_type& otherwise +array_type& if m is mutable, const array_type& otherwise