File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,9 @@ internal static SmartSubtransportRegistration<T> RegisterDefaultSmartSubtranspor
131
131
132
132
/// <summary>
133
133
/// 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
135
135
/// 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
138
137
/// used: some callers may want to re-use an existing connection to
139
138
/// perform fetch / push operations to a remote.
140
139
///
You can’t perform that action at this time.
0 commit comments