Commit 1b1a797c authored by Marc Gravell's avatar Marc Gravell

Merge pull request #225 from breyed/patch-2

fixed ClientName summary doc typo
parents 5892e528 6276c1fc
...@@ -152,7 +152,7 @@ public static string TryNormalize(string value) ...@@ -152,7 +152,7 @@ public static string TryNormalize(string value)
/// </summary> /// </summary>
public RedisChannel ChannelPrefix { get;set; } public RedisChannel ChannelPrefix { get;set; }
/// <summary> /// <summary>
/// The client name to user for all connections /// The client name to use for all connections
/// </summary> /// </summary>
public string ClientName { get { return clientName; } set { clientName = value; } } 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