Commit c6952825 authored by Nick Craver's avatar Nick Craver

Update Dapper.Rainbow/Snapshotter.cs

Co-authored-by: 's avatarYoussef Victor <31348972+Youssef1313@users.noreply.github.com>
parent 9b6c8c7d
...@@ -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 object by making a copy of the its current state. /// Starts the snapshot of an object by making a copy of 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