Skip to content

Commit 10ebaa7

Browse files
Update src/Servers/HttpSys/src/HttpSysOptions.cs
1 parent f1d1635 commit 10ebaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/HttpSys/src/HttpSysOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public long RequestQueueLimit
172172
/// Gets or sets the security descriptor for the request queue.
173173
/// </summary>
174174
/// <remarks>
175-
/// Only applies when creating a new request queue, see <cref="RequestQueueMode" />.
175+
/// Only applies when creating a new request queue, see <see cref="RequestQueueMode" />.
176176
/// </remarks>
177177
public GenericSecurityDescriptor? RequestQueueSecurityDescriptor { get; set; }
178178

0 commit comments

Comments
 (0)