Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b4063c8

Browse files
committed
Fix incorrect doc comments.
1 parent f01743c commit b4063c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.Exports.Reactive/Services/IGitClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public interface IGitClient
3636
/// Sets the remote branch that the local branch tracks
3737
/// </summary>
3838
/// <param name="repository">The repository to set</param>
39-
/// <param name="branchName">The name of the remote</param>
40-
/// <param name="remoteName">The name of the branch (local and remote)</param>
39+
/// <param name="branchName">The name of the local remote</param>
40+
/// <param name="remoteName">The name of the remote branch</param>
4141
/// <returns></returns>
4242
IObservable<Unit> SetTrackingBranch(IRepository repository, string branchName, string remoteName);
4343

0 commit comments

Comments
 (0)