Skip to content

Commit

Permalink
Misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT committed Apr 8, 2022
1 parent 8eaf856 commit 75fd91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/features/byreflike-generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The compiler will need an indication for existing troublesome APIs where ByRefLi
namespace System.Runtime.CompilerServices
{
/// <summary>
/// Indicates to the compiler that constrain checks should be suppressed
/// Indicates to the compiler that constraint checks should be suppressed
/// and will instead be enforced at run-time.
/// </summary>
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property)]
Expand Down

0 comments on commit 75fd91b

Please sign in to comment.