Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LibGit2Sharp/Branch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public virtual string UpstreamBranchCanonicalName
/// If this is a local branch, this will return the configured
/// <see cref="Remote"/> to fetch from and push to. If this is a
/// remote-tracking branch, this will return the name of the remote
/// containing the tracked branch. If there no tracking information
/// containing the tracked branch. If there is no tracking information,
/// this will return null.
/// </para>
/// </summary>
Expand Down