Skip to content

Commit

Permalink
make internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapahnke committed Jul 25, 2023
1 parent b7cb169 commit 1326545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdig/Polyfills/NullableAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal sealed class NotNullWhenAttribute : Attribute
}

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, Inherited = false)]
public sealed class AllowNullAttribute : Attribute { }
internal sealed class AllowNullAttribute : Attribute { }
#endif

#if !NET5_0_OR_GREATER
Expand Down

0 comments on commit 1326545

Please sign in to comment.