Skip to content

Commit e927ab9

Browse files
authored
Update ModelMetadata.cs (#36853)
Corrected spelling error
1 parent 94c84cd commit e927ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ private void CalculateRecordTypeConstructorDetails()
535535

536536
if (property.PropertyHasValidators)
537537
{
538-
// When constructing the mapping of paramets -> properties, also determine
538+
// When constructing the mapping of parameters -> properties, also determine
539539
// if the property has any validators (without looking at metadata on the type).
540540
// This will help us throw during validation if a user defines validation attributes
541541
// on the property of a record type.

0 commit comments

Comments
 (0)