Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eedeac0

Browse files
committed
Fix xml doc related warnings
1 parent fd9a635 commit eedeac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/RemoteCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public virtual void Remove(string name)
144144
/// </summary>
145145
/// <param name="name">The current remote name.</param>
146146
/// <param name="newName">The new name the existing remote should bear.</param>
147-
/// <param name"renameCallback">The callback to be used when problems with renaming occur. (e.g. non-default fetch refspecs)</para>
147+
/// <param name="callback">The callback to be used when problems with renaming occur. (e.g. non-default fetch refspecs)</param>
148148
/// <returns>A new <see cref="Remote"/>.</returns>
149149
public virtual Remote Rename(string name, string newName, RemoteRenameFailureHandler callback = null)
150150
{

0 commit comments

Comments
 (0)