Commit 6276c1fc authored by Edward Brey's avatar Edward Brey

fixed ClientName summary doc typo

parent ce3785ec
......@@ -152,7 +152,7 @@ public static string TryNormalize(string value)
/// </summary>
public RedisChannel ChannelPrefix { get;set; }
/// <summary>
/// The client name to user for all connections
/// The client name to use for all connections
/// </summary>
public string ClientName { get { return clientName; } set { clientName = value; } }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment