Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit b8ea4e4

Browse files
author
Cesar Blum Silveira
committed
Update doc comment.
1 parent 1a41792 commit b8ea4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/HttpRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public abstract class HttpRequest
7474
/// This property is not used internally for routing or authorization decisions. It has not
7575
/// been UrlDecoded and care should be taken in its use.
7676
/// </remarks>
77-
/// <returns></returns>
77+
/// <returns>The raw request target.</returns>
7878
public abstract string RawTarget { get; set; }
7979

8080
/// <summary>

0 commit comments

Comments
 (0)