mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
consistent naming...
This commit is contained in:
@@ -142,6 +142,6 @@ namespace Octokit
|
||||
/// <remarks>
|
||||
/// See the <a href="http://developer.github.com/v3/repos/collaborators/">Collaborators API documentation</a> for more details
|
||||
/// </remarks>
|
||||
IRepoCollaboratorsClient RepoCollaboratorsClient { get; }
|
||||
IRepoCollaboratorsClient RepoCollaborators { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,6 +202,6 @@ namespace Octokit
|
||||
/// <remarks>
|
||||
/// See the <a href="http://developer.github.com/v3/repos/collaborators/">Collaborators API documentation</a> for more details
|
||||
/// </remarks>
|
||||
public IRepoCollaboratorsClient RepoCollaboratorsClient { get; private set; }
|
||||
public IRepoCollaboratorsClient RepoCollaborators { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user