diff --git a/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs b/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs index 7cb569d79f..f52e71bfee 100644 --- a/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs +++ b/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs @@ -33,7 +33,7 @@ namespace Microsoft.AspNetCore.Http long Length { get; } /// - /// Gets the name from the Content-Disposition header. + /// Gets the form field name from the Content-Disposition header. /// string Name { get; }