Update ExperimentalAttribute.cs (#87759)
authorIgor Velikorossov <RussKie@users.noreply.github.com>
Mon, 19 Jun 2023 03:58:06 +0000 (13:58 +1000)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 03:58:06 +0000 (23:58 -0400)
Fix xml-doc

src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ExperimentalAttribute.cs

index 5619e669d571139e794bba3185578ef823a9edd5..55004a73d8b682ea80709a30313d9f15c02db03e 100644 (file)
@@ -35,7 +35,7 @@ namespace System.Diagnostics.CodeAnalysis
         }
 
         /// <summary>
-        ///  Gets or sets the ID that the compiler will use when reporting a use of the API the attribute applies to.
+        ///  Gets the ID that the compiler will use when reporting a use of the API the attribute applies to.
         /// </summary>
         /// <value>The unique diagnostic ID.</value>
         /// <remarks>