Commit 9b6c8c7d authored by bryancrosby's avatar bryancrosby Committed by Nick Craver

Fix typo in Snapshotter

Fix small typo and grammar
parent 6aece653
...@@ -12,7 +12,7 @@ namespace Dapper ...@@ -12,7 +12,7 @@ namespace Dapper
public static class Snapshotter public static class Snapshotter
{ {
/// <summary> /// <summary>
/// Starts the snapshot of an objec by making a copy of the current state. /// Starts the snapshot of an object by making a copy of the its current state.
/// </summary> /// </summary>
/// <typeparam name="T">The type of object to snapshot.</typeparam> /// <typeparam name="T">The type of object to snapshot.</typeparam>
/// <param name="obj">The object to snapshot.</param> /// <param name="obj">The object to snapshot.</param>
......
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