8000 Fix XML comment · wtf3505-git/libgit2sharp@35bca83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35bca83

Browse files
committed
Fix XML comment
1 parent 80ea092 commit 35bca83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

LibGit2Sharp/GlobalSettings.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,9 @@ internal static SmartSubtransportRegistration<T> RegisterDefaultSmartSubtranspor
131131

132132
/// <summary>
133133
/// Registers a new <see cref="SmartSubtransport"/> as a custom
134-
/// smart-protocol transport with libgit2. Any Git remote with
134+
/// smart-protocol transport with libgit2. Any Git remote with
135135
/// the scheme registered will delegate to the given transport
136-
/// for all communication with the server. use this transport to communicate
137-
/// with the server This is not commonly
136+
/// for all communication with the server. This is not commonly
138137
/// used: some callers may want to re-use an existing connection to
139138
/// perform fetch / push operations to a remote.
140139
///

0 commit comments

Comments
 (0)
0