mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
ID -> Id
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Octokit
|
||||
/// <remarks>
|
||||
/// http://developer.github.com/v3/repos/merging/#perform-a-merge
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <param name="repositoryId">The Id of the repository</param>
|
||||
/// <param name="merge">The merge to create</param>
|
||||
/// <returns></returns>
|
||||
public Task<Merge> Create(int repositoryId, NewMerge merge)
|
||||
|
||||
Reference in New Issue
Block a user