diff options
Diffstat (limited to 'include/comphelper/sequence.hxx')
-rw-r--r-- | include/comphelper/sequence.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx index 3c52c4715965..a9cd6f137fd5 100644 --- a/include/comphelper/sequence.hxx +++ b/include/comphelper/sequence.hxx @@ -290,7 +290,7 @@ namespace comphelper return o_Output; } - /** Copy (keys or values) from a associate container into a Sequence + /** Copy (keys or values) from an associate container into a Sequence @tpl M map container type eg. std::map/std::unordered_map |