Modified code comment for RepositoryContentInfo.Sha (#1534)

This commit is contained in:
John Goldsmith
2017-01-11 11:58:49 +00:00
committed by Ryan Gribble
parent 38f0826e7f
commit 4e16d938aa
+1 -1
View File
@@ -37,7 +37,7 @@ namespace Octokit
public string Path { get; protected set; }
/// <summary>
/// SHA of the last commit that modified this content.
/// SHA of this content.
/// </summary>
public string Sha { get; protected set; }