Skip to content

Commit ff8d253

Browse files
Bot 🤖 generated CleanRepo tool run (#45976)
Co-authored-by: gewarren <gewarren@users.noreply.github.com>
1 parent 66e410f commit ff8d253

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/fundamentals/runtime-libraries/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](../../../fundamentals/runtime-libraries/system-enum.md#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)