mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
Modified code comment for RepositoryContentInfo.Sha (#1534)
This commit is contained in:
committed by
Ryan Gribble
parent
38f0826e7f
commit
4e16d938aa
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user