From dffba3d52493c32e67b8c9bf7edb7c29b3e29fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=BCnsebeck?= Date: Tue, 17 Dec 2024 14:39:53 +0100 Subject: [PATCH] Update IReadOnlySet`1.xml Fixed IsSupersetOf return comment --- xml/System.Collections.Generic/IReadOnlySet`1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Collections.Generic/IReadOnlySet`1.xml b/xml/System.Collections.Generic/IReadOnlySet`1.xml index ebdc25b60c3..797c4fb2f45 100644 --- a/xml/System.Collections.Generic/IReadOnlySet`1.xml +++ b/xml/System.Collections.Generic/IReadOnlySet`1.xml @@ -193,7 +193,7 @@ The collection to compare to the current set. Determine whether the current set is a super set of a specified collection. - if the current set is a subset of other; otherwise . + if the current set is a super set of other; otherwise . To be added. is .