Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 5e8fb40

Browse files
Update ProxyServer.cs
1 parent 2f349d4 commit 5e8fb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/ProxyServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public ExceptionHandler ExceptionFunc
212212

213213
/// <summary>
214214
/// A callback to authenticate clients.
215-
/// Parameters are username & password as provided by client.
215+
/// Parameters are username and password as provided by client.
216216
/// Return true for successful authentication.
217217
/// </summary>
218218
public Func<string, string, Task<bool>> AuthenticateUserFunc { get; set; }

0 commit comments

Comments
 (0)