Skip to content

Commit a7445ad

Browse files
authored
Update Branch.cs
Fix documentation typo
1 parent 3d72762 commit a7445ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Branch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public virtual string UpstreamBranchCanonicalName
162162
/// If this is a local branch, this will return the configured
163163
/// <see cref="Remote"/> to fetch from and push to. If this is a
164164
/// remote-tracking branch, this will return the name of the remote
165-
/// containing the tracked branch. If there no tracking information
165+
/// containing the tracked branch. If there is no tracking information,
166166
/// this will return null.
167167
/// </para>
168168
/// </summary>

0 commit comments

Comments
 (0)