diff --git a/source/containers.tex b/source/containers.tex index 3fe82cda13..1f6f132a61 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -1238,7 +1238,7 @@ \tcode{array} is provided as a sequence container which provides limited sequence operations because it has a fixed number of elements. The library also provides container adaptors that make it easy to construct abstract data types, such as \tcode{stack}s, \tcode{queue}s, \tcode{flat_map}s, or \tcode{flat_multimap}s, out of -the basic sequence container kinds (or out of other kinds of sequence containers that the user defines). +the basic sequence container kinds (or out of other program-defined sequence containers). \pnum \begin{note}