Skip to content

Commit 9614111

Browse files
committed
Fix incorrect XML Comment
1 parent 7700ccc commit 9614111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/src/ProducesDefaultResponseTypeAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public ProducesDefaultResponseTypeAttribute(Type type)
4040
public int StatusCode { get; }
4141

4242
/// <summary>
43-
/// Gets the description of the response.
43+
/// Gets or sets the description of the response.
4444
/// </summary>
4545
public string? Description { get; set; }
4646

0 commit comments

Comments
 (0)