Commit 57ccb73c authored by Jonathan Cardy's avatar Jonathan Cardy

Corrected the bool operator comment

parent 2bc2fb8f
......@@ -404,7 +404,7 @@ int IComparable.CompareTo(object obj)
return value == null ? @null : (RedisValue)value.GetValueOrDefault();
}
/// <summary>
/// Creates a new RedisValue from a Boolean
/// Converts the value to a Boolean
/// </summary>
public static explicit operator bool (RedisValue 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