We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaf856 commit 75fd91bCopy full SHA for 75fd91b
docs/design/features/byreflike-generics.md
@@ -49,7 +49,7 @@ The compiler will need an indication for existing troublesome APIs where ByRefLi
49
namespace System.Runtime.CompilerServices
50
{
51
/// <summary>
52
- /// Indicates to the compiler that constrain checks should be suppressed
+ /// Indicates to the compiler that constraint checks should be suppressed
53
/// and will instead be enforced at run-time.
54
/// </summary>
55
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property)]
0 commit comments