Add IObservableRepositoryCommentsClient as well as an implementation

This commit is contained in:
Will Froese
2014-02-27 22:04:26 -05:00
parent be24239564
commit 082658083c
12 changed files with 232 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ namespace Octokit
}
/// <summary>
/// Creates a new Commit Comment for a specified Issue.
/// Creates a new Commit Comment for a specified Commit.
/// </summary>
/// <remarks>http://developer.github.com/v3/repos/comments/#create-a-commit-comment</remarks>
/// <param name="owner">The owner of the repository</param>