Skip to content

Commit bdef11a

Browse files
committed
Adjusted Commit indexer xml doc see and fixes #966
1 parent 9c45030 commit bdef11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Commit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal Commit(Repository repo, ObjectId id)
5454
/// <summary>
5555
/// Gets the <see cref="TreeEntry"/> pointed at by the <paramref name="relativePath"/> in the <see cref="Tree"/>.
5656
/// </summary>
57-
/// <param name="relativePath">The relative path to the <see cref="TreeEntry"/> from the <see cref="Commit"/> working directory.</param>
57+
/// <param name="relativePath">Path to the <see cref="TreeEntry"/> from the tree in this <see cref="Commit"/></param>
5858
/// <returns><c>null</c> if nothing has been found, the <see cref="TreeEntry"/> otherwise.</returns>
5959
public virtual TreeEntry this[string relativePath]
6060
{

0 commit comments

Comments
 (0)