Fix up var name for consistency

This commit is contained in:
Haroon
2013-11-14 08:36:56 +00:00
parent 2ee9682ba1
commit 84cb264099
+1 -1
View File
@@ -21,7 +21,7 @@ namespace Octokit
public RepositoriesClient(IApiConnection apiConnection) : base(apiConnection)
{
CommitStatus = new CommitStatusClient(apiConnection);
RepoCollaboratorsClient = new RepoCollaboratorsClient(apiConnection);
RepoCollaborators = new RepoCollaboratorsClient(apiConnection);
}
/// <summary>