consistent naming...

This commit is contained in:
Haroon
2013-11-14 08:28:08 +00:00
parent e903e8f97b
commit 5d68dcfb55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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; }
}
}
+1 -1
View File
@@ -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; }
}
}