Thanks to visit codestin.com Credit goes to github.com
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 fd9a635 commit eedeac0Copy full SHA for eedeac0
LibGit2Sharp/RemoteCollection.cs
@@ -144,7 +144,7 @@ public virtual void Remove(string name)
144
/// </summary>
145
/// <param name="name">The current remote name.</param>
146
/// <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>
+ /// <param name="callback">The callback to be used when problems with renaming occur. (e.g. non-default fetch refspecs)</param>
148
/// <returns>A new <see cref="Remote"/>.</returns>
149
public virtual Remote Rename(string name, string newName, RemoteRenameFailureHandler callback = null)
150
{
0 commit comments