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

Commit 7f1d806

Browse files
StanleyGoldmanjcansdale
authored andcommitted
Update IGitClient.cs
1 parent 34539ea commit 7f1d806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface IGitClient
3030
/// </summary>
3131
/// <param name="repository">The repository to pull</param>
3232
/// <param name="remoteName">The name of the remote</param>
33-
/// <param name="refspecs">The custom refspecs no none to use the default</param>
33+
/// <param name="refspecs">The custom refspecs or none to use the default</param>
3434
/// <returns></returns>
3535
Task Fetch(IRepository repository, string remoteName, params string[] refspecs);
3636

0 commit comments

Comments
 (0)