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 94c84cd commit e927ab9Copy full SHA for e927ab9
src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs
@@ -535,7 +535,7 @@ private void CalculateRecordTypeConstructorDetails()
535
536
if (property.PropertyHasValidators)
537
{
538
- // When constructing the mapping of paramets -> properties, also determine
+ // When constructing the mapping of parameters -> properties, also determine
539
// if the property has any validators (without looking at metadata on the type).
540
// This will help us throw during validation if a user defines validation attributes
541
// on the property of a record type.
0 commit comments