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:
authoryorah <yoram.harmelin@gmail.com>2013-07-01 13:58:03 +0400
committeryorah <yoram.harmelin@gmail.com>2013-07-01 17:59:33 +0400
commit6fbd65b68d4fcc3c7baea915da6d99b663131d34 (patch)
tree189f2eb9493dd2e41cafea6890f57e0966aa2d1f /LibGit2Sharp/RemoteUpdater.cs
parent219b0c5764ac247e3bbcf04c2966208c813c36c9 (diff)
Standardize comments style
Diffstat (limited to 'LibGit2Sharp/RemoteUpdater.cs')
-rw-r--r--LibGit2Sharp/RemoteUpdater.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/LibGit2Sharp/RemoteUpdater.cs b/LibGit2Sharp/RemoteUpdater.cs
index 84da1e2c..e19b77cd 100644
--- a/LibGit2Sharp/RemoteUpdater.cs
+++ b/LibGit2Sharp/RemoteUpdater.cs
@@ -8,7 +8,7 @@ using LibGit2Sharp.Core.Handles;
namespace LibGit2Sharp
{
/// <summary>
- /// Exposes properties of a remote that can be updated.
+ /// Exposes properties of a remote that can be updated.
/// </summary>
public class RemoteUpdater
{
@@ -16,7 +16,7 @@ namespace LibGit2Sharp
private readonly Remote remote;
/// <summary>
- /// Needed for mocking purposes.
+ /// Needed for mocking purposes.
/// </summary>
protected RemoteUpdater()
{ }
@@ -31,7 +31,7 @@ namespace LibGit2Sharp
}
/// <summary>
- /// Set the default TagFetchMode value for the remote.
+ /// Set the default TagFetchMode value for the remote.
/// </summary>
public virtual TagFetchMode TagFetchMode
{