fix method names for reaction clients

This commit is contained in:
maddin2016
2016-06-01 09:12:31 +02:00
parent c9fdb45114
commit 53f61cda52
11 changed files with 24 additions and 24 deletions
@@ -14,7 +14,7 @@ namespace Octokit
/// <param name="number">The comment id</param>
/// <param name="reaction">The reaction to create</param>
/// <returns></returns>
Task<Reaction> CreateReaction(string owner, string name, int number, NewReaction reaction);
Task<Reaction> Create(string owner, string name, int number, NewReaction reaction);
/// <summary>
/// Get all reactions for a specified Commit Comment