Skip to content

Commit cce993f

Browse files
committed
Fix a typo
1 parent cb2f839 commit cce993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenApi/src/Services/Schemas/OpenApiSchemaService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ internal sealed class OpenApiSchemaService(
6060
{
6161
var type = context.TypeInfo.Type;
6262
// Fix up schemas generated for IFormFile, IFormFileCollection, Stream, PipeReader,
63-
// FileContentResult, FileStreamResult, FileContentHttpResult and FileContentHttpResult
63+
// FileContentResult, FileStreamResult, FileContentHttpResult and FileStreamHttpResult
6464
// that appear as properties within complex types.
6565
if (type == typeof(IFormFile) || type == typeof(Stream) || type == typeof(PipeReader)
6666
|| type == typeof(Mvc.FileContentResult) || type == typeof(Mvc.FileStreamResult) || type == typeof(FileContentHttpResult) || type == typeof(FileStreamHttpResult))

0 commit comments

Comments
 (0)