We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c088406 commit af6ae4eCopy full SHA for af6ae4e
LibGit2Sharp/Network.cs
@@ -46,7 +46,7 @@ public virtual RemoteCollection Remotes
46
/// </para>
47
/// </summary>
48
/// <param name="remote">The <see cref="Remote"/> to list from.</param>
49
- /// <param name="credentials">The optional <see cref="Func<Credentials>"/> used to connect to remote repository.</param>
+ /// <param name="credentialsProvider">The optional <see cref="Func{Credentials}"/> used to connect to remote repository.</param>
50
/// <returns>The references in the <see cref="Remote"/> repository.</returns>
51
public virtual IEnumerable<DirectReference> ListReferences(Remote remote, CredentialsHandler credentialsProvider = null)
52
{
0 commit comments