This commit is contained in:
aedampir@gmail.com
2016-07-17 16:29:32 +07:00
parent b47b05489e
commit 44b0f4039d
167 changed files with 999 additions and 999 deletions

View File

@@ -87,7 +87,7 @@ namespace Octokit.Reactive
/// <remarks>
/// https://developer.github.com/v3/users/keys/#get-a-single-public-key
/// </remarks>
/// <param name="id">The ID of the SSH key</param>
/// <param name="id">The Id of the SSH key</param>
/// <returns>View extended details for a single public key.</returns>
public IObservable<PublicKey> Get(int id)
{