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

@@ -12,7 +12,7 @@ namespace Octokit
/// <summary>
/// Initializes a new instance of the <see cref="PublicRepositoryRequest"/> class.
/// </summary>
/// <param name="since">The integer ID of the last Repository that youve seen.</param>
/// <param name="since">The integer Id of the last Repository that youve seen.</param>
public PublicRepositoryRequest(int since)
{
Ensure.ArgumentNotNull(since, "since");
@@ -21,7 +21,7 @@ namespace Octokit
}
/// <summary>
/// Gets or sets the integer ID of the last Repository that youve seen.
/// Gets or sets the integer Id of the last Repository that youve seen.
/// </summary>
/// <value>
/// The since.