Skip to content

Commit dfedea9

Browse files
terrajobstgewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 858b250 commit dfedea9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/System.Diagnostics.CodeAnalysis/ExperimentalAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<format type="text/markdown"><![CDATA[
3535
<xref:System.Diagnostics.CodeAnalysis.ExperimentalAttribute> allows call sites to be flagged with a diagnostic that indicates that an experimental feature is used. You can use this attribute to ship preview features in otherwise stable libraries.
3636
37-
For more information about using how APIs can be marked as preview, see [Attributes](dotnet/fundamentals/apicompat/preview-apis).
37+
For more information about marking APIs as preview, see [Attributes](/dotnet/fundamentals/apicompat/preview-apis).
3838
]]></format>
3939
</remarks>
4040
<seealso cref="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" />

xml/System.Runtime.Versioning/RequiresPreviewFeaturesAttribute.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<summary>Indicates that an API is in preview. This attribute allows call sites to be flagged with a diagnostic that indicates that a preview feature is used. Authors can use this attribute to ship preview features in their assemblies.</summary>
3535
<remarks>
3636
<format type="text/markdown"><![CDATA[
37-
<xref:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute> marks an API as requiring preview functionality from the .NET runtime, its core libraries, and the compilers. This API generally shouldn't be used by your code and is instead reserved for platform provided functionality.
37+
<xref:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute> marks an API as requiring preview functionality from the .NET runtime, its core libraries, and the compilers. This API is intended for platform-provided functionality and generally shouldn't be used in user code.
3838
39-
If you want to ship preview functionality in your own libraries, you should use <xref:System.Diagnostics.CodeAnalysis.ExperimentalAttribute>.
39+
If you want to ship preview functionality in your own libraries, use <xref:System.Diagnostics.CodeAnalysis.ExperimentalAttribute> instead.
4040
41-
For more information about using how APIs can be marked as preview, see [Attributes](dotnet/fundamentals/apicompat/preview-apis).
41+
For more information about marking APIs as preview, see [Attributes](/dotnet/fundamentals/apicompat/preview-apis).
4242
]]></format>
4343
</remarks>
4444
<related type="Article" href="https://aka.ms/dotnet-warnings/preview-features">Preview Features</related>

0 commit comments

Comments
 (0)