From 1872b43efd2a9838fd6ba625c35da750124b120d Mon Sep 17 00:00:00 2001 From: donkervoet6 <90928153+donkervoet6@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:10:30 -0600 Subject: [PATCH] fix typo - change map to set The functions page lists "swap (map)", which should actually be "swap (set)" --- docs/standard-library/set-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard-library/set-functions.md b/docs/standard-library/set-functions.md index ccd5724302b..028b7771bc6 100644 --- a/docs/standard-library/set-functions.md +++ b/docs/standard-library/set-functions.md @@ -7,7 +7,7 @@ ms.assetid: d1277d14-8502-46c0-b820-bcda820f9406 --- # `` functions -## swap (map) +## swap (set) Exchanges the elements of two sets.