Skip to content

Commit 75fd91b

Browse files
Misspelling
1 parent 8eaf856 commit 75fd91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/features/byreflike-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The compiler will need an indication for existing troublesome APIs where ByRefLi
4949
namespace System.Runtime.CompilerServices
5050
{
5151
/// <summary>
52-
/// Indicates to the compiler that constrain checks should be suppressed
52+
/// Indicates to the compiler that constraint checks should be suppressed
5353
/// and will instead be enforced at run-time.
5454
/// </summary>
5555
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property)]

0 commit comments

Comments
 (0)