Skip to content

Commit ece0b07

Browse files
Fix the typo in ComponentGuaranteesAttribute class page (#45664)
1 parent de33f0f commit ece0b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/runtime-libraries/system-runtime-versioning-componentguaranteesattribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following example tests whether a type is marked as <xref:System.Runtime.Ver
126126
:::code language="csharp" source="./snippets/System.Runtime.Versioning/ComponentGuaranteesAttribute/Overview/csharp/apply1.cs" id="Snippet2":::
127127
:::code language="vb" source="./snippets/System.Runtime.Versioning/ComponentGuaranteesAttribute/Overview/vb/apply1.vb" id="Snippet2":::
128128

129-
The following example tests wither a type is marked as <xref:System.Runtime.Versioning.ComponentGuaranteesOptions.None> (that is, neither <xref:System.Runtime.Versioning.ComponentGuaranteesOptions.Stable> nor <xref:System.Runtime.Versioning.ComponentGuaranteesOptions.Exchange>).
129+
The following example tests whether a type is marked as <xref:System.Runtime.Versioning.ComponentGuaranteesOptions.None> (that is, neither <xref:System.Runtime.Versioning.ComponentGuaranteesOptions.Stable> nor <xref:System.Runtime.Versioning.ComponentGuaranteesOptions.Exchange>).
130130

131131
:::code language="csharp" source="./snippets/System.Runtime.Versioning/ComponentGuaranteesAttribute/Overview/csharp/apply1.cs" id="Snippet3":::
132132
:::code language="vb" source="./snippets/System.Runtime.Versioning/ComponentGuaranteesAttribute/Overview/vb/apply1.vb" id="Snippet3":::

0 commit comments

Comments
 (0)