Commit 13b5c1fc authored by Marc Gravell's avatar Marc Gravell Committed by GitHub

Merge pull request #516 from sonofaforester/patch-1

Fixed typo in IProfiledCommand.ElapsedTime
parents 1f514259 d4562bbc
...@@ -89,7 +89,7 @@ public interface IProfiledCommand ...@@ -89,7 +89,7 @@ public interface IProfiledCommand
TimeSpan ResponseToCompletion { get; } TimeSpan ResponseToCompletion { get; }
/// <summary> /// <summary>
/// How long it took this redis command to be processed, from creation to deserializing the final resposne. /// How long it took this redis command to be processed, from creation to deserializing the final response.
/// ///
/// Note that this TimeSpan *does not* include time spent awaiting a Task in consumer code. /// Note that this TimeSpan *does not* include time spent awaiting a Task in consumer code.
/// </summary> /// </summary>
......
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