Skip to content

Commit e41bad7

Browse files
committed
[Modify] Edit it
1 parent e65e652 commit e41bad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: websocket-sharp/Net/HttpListener.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ public Func<HttpListenerRequest, AuthenticationSchemes> AuthenticationSchemeSele
246246
/// </para>
247247
/// <para>
248248
/// If this property is <see langword="null"/> or an empty string,
249-
/// the result of <c>System.Environment.GetFolderPath (<see
250-
/// cref="Environment.SpecialFolder.ApplicationData"/>)</c>
251-
/// is used as the default path.
249+
/// the result of the <see cref="Environment.SpecialFolder.ApplicationData"/>
250+
/// with the <see cref="Environment.GetFolderPath"/> method is used as
251+
/// the default path.
252252
/// </para>
253253
/// </remarks>
254254
/// <value>

0 commit comments

Comments
 (0)