API interface summaries

Modified existing comments in IGitDatabaseClient, IMiscellaneousClient and
ITeamsClient. Hopefully for valid reasons.
This commit is contained in:
Peter MacNaughton
2013-12-02 22:08:21 -07:00
parent 185589e8e5
commit 231fa2c520
23 changed files with 127 additions and 4 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// A client for GitHub's Org Teams API.
/// A client for GitHub's Organization Teams API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/orgs/teams/">Orgs API documentation</a> for more information.
/// See the <a href="http://developer.github.com/v3/orgs/teams/">Organization Teams API documentation</a> for more information.
/// </remarks>
public interface ITeamsClient
{