Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-06-07 12:13:10 +0400
committernulltoken <emeric.fermas@gmail.com>2014-06-07 12:13:10 +0400
commiteedeac0cd6db075ba061441fd0b75b36a7cd623b (patch)
tree557ab2419d95dcec79829be5cb0ff0aabbee02b8 /LibGit2Sharp
parentfd9a635642ca666ba961f88af0cd40315931bd0c (diff)
Fix xml doc related warnings
Diffstat (limited to 'LibGit2Sharp')
-rw-r--r--LibGit2Sharp/RemoteCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/RemoteCollection.cs b/LibGit2Sharp/RemoteCollection.cs
index 782316af..276cf6dd 100644
--- a/LibGit2Sharp/RemoteCollection.cs
+++ b/LibGit2Sharp/RemoteCollection.cs
@@ -144,7 +144,7 @@ namespace LibGit2Sharp
/// </summary>
/// <param name="name">The current remote name.</param>
/// <param name="newName">The new name the existing remote should bear.</param>
- /// <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>
/// <returns>A new <see cref="Remote"/>.</returns>
public virtual Remote Rename(string name, string newName, RemoteRenameFailureHandler callback = null)
{