mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
API interface summaries
Modified existing comments in IGitDatabaseClient, IMiscellaneousClient and ITeamsClient. Hopefully for valid reasons.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user