10000 Fix xml doc related warnings · apfunk/libgit2sharp@af6ae4e · GitHub
[go: up one dir, main page]

Skip to content

Commit af6ae4e

Browse files
committed
Fix xml doc related warnings
1 parent c088406 commit af6ae4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Network.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public virtual RemoteCollection Remotes
4646
/// </para>
4747
/// </summary>
4848
/// <param na 5E9E me="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>
49+
/// <param name="credentialsProvider">The optional <see cref="Func{Credentials}"/> used to connect to remote repository.</param>
5050
/// <returns>The references in the <see cref="Remote"/> repository.</returns>
5151
public virtual IEnumerable<DirectReference> ListReferences(Remote remote, CredentialsHandler credentialsProvider = null)
5252
{

0 commit comments

Comments
 (0)
0