docs: update code docs for SetRequestTimeout (#2520)

This commit is contained in:
notauserx
2022-08-03 21:17:48 +06:00
committed by GitHub
parent 80b82aa973
commit 4d46d5fb41
7 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -832,7 +832,7 @@ namespace Octokit
}
/// <summary>
/// Set the GitHub Api request timeout.
/// Sets the timeout for the connection between the client and the server.
/// </summary>
/// <param name="timeout">The Timeout value</param>
public void SetRequestTimeout(TimeSpan timeout)