Commit 5a994a1b authored by Marc Gravell's avatar Marc Gravell

typo

parent 594ad1a9
...@@ -9,7 +9,7 @@ namespace StackExchange.Redis ...@@ -9,7 +9,7 @@ namespace StackExchange.Redis
/// <summary> /// <summary>
/// We want to prevent callers hijacking the reader thread; this is a bit nasty, but works; /// We want to prevent callers hijacking the reader thread; this is a bit nasty, but works;
/// see http://stackoverflow.com/a/22588431/23354 for more information; a huge /// see http://stackoverflow.com/a/22588431/23354 for more information; a huge
/// thanks to Eli Arbel for spotting this (evin if it is pure evil) /// thanks to Eli Arbel for spotting this (even though it is pure evil; it is *my kind of evil*)
/// </summary> /// </summary>
#if DEBUG #if DEBUG
public // for the unit tests in TaskTests.cs public // for the unit tests in TaskTests.cs
......
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