Skip to content

Commit bd038cd

Browse files
shethaaditAdit Sheth
andauthored
Fixed bug 45789. (#45804)
Co-authored-by: Adit Sheth <[email protected]>
1 parent 2a216fb commit bd038cd

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/builtin-types

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/builtin-types/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you want an enumeration type to represent a combination of choices, define en
5050

5151
[!code-csharp[enum flags](snippets/shared/EnumType.cs#Flags)]
5252

53-
For more information and examples, see the <xref:System.FlagsAttribute?displayProperty=nameWithType> API reference page and the [Non-exclusive members and the Flags attribute](/dotnet/api/system.enum#non-exclusive-members-and-the-flags-attribute) section of the <xref:System.Enum?displayProperty=nameWithType> API reference page.
53+
For more information and examples, see the <xref:System.FlagsAttribute?displayProperty=nameWithType> API reference page and the [Non-exclusive members and the Flags attribute](/dotnet/fundamentals/runtime-libraries/system-enum#non-exclusive-members-and-the-flags-attribute) section of the <xref:System.Enum?displayProperty=nameWithType> API reference page.
5454

5555
## The System.Enum type and enum constraint
5656

0 commit comments

Comments
 (0)