diff --git a/reference/set/multiset/emplace.md b/reference/set/multiset/emplace.md index 5a80f030d..ea18815db 100644 --- a/reference/set/multiset/emplace.md +++ b/reference/set/multiset/emplace.md @@ -51,7 +51,7 @@ bool operator<(const s& lhs, const s& rhs) int main() { - std::set c; + std::multiset c; c.emplace(42);