Skip to content

Commit fb0b5aa

Browse files
committed
Fix typo
1 parent 63e3266 commit fb0b5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics.CodeAnalysis/FeatureGuardAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
internal static Implementation() => ...; // Uses dynamic code
5454
}
5555
</code>
56-
When the app is built with `&ltPublishAot&gt;true&lt/PublishAot&gt;`, the call to
56+
When the app is built with `&lt;PublishAot&gt;true&lt/PublishAot&gt;`, the call to
5757
`Feature.Implementation()` doesn't produce analyzer warning
5858
<see href="https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/warnings/il3050">IL3050</see>,
5959
and `Feature.Implementation` code is removed when publishing.

0 commit comments

Comments
 (0)