mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-23 15:45:28 +00:00
ID -> Id
This commit is contained in:
@@ -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 you’ve seen.</param>
|
||||
/// <param name="since">The integer Id of the last Repository that you’ve 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 you’ve seen.
|
||||
/// Gets or sets the integer Id of the last Repository that you’ve seen.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The since.
|
||||
|
||||
Reference in New Issue
Block a user