Skip to content

Commit 6f5ef96

Browse files
mdaneribaywet
andauthored
Update src/Microsoft.OpenApi/Models/OpenApiHeader.cs
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent 6d41957 commit 6f5ef96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Microsoft.OpenApi/Models/OpenApiHeader.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ public class OpenApiHeader : IOpenApiHeader, IOpenApiExtensible, IOpenApiContent
4343
/// <inheritdoc/>
4444
public IDictionary<string, IOpenApiExample>? Examples { get; set; }
4545

46-
/// <summary>
47-
/// A map containing the representations for the header.
48-
/// </summary>
46+
/// <inheritdoc/>
4947
public IDictionary<string, IOpenApiMediaType>? Content { get; set; }
5048

5149
/// <inheritdoc/>

0 commit comments

Comments
 (0)