Skip to content

Commit 8196539

Browse files
Update LibGit2Sharp/Line.cs
Co-authored-by: Brandon Ording <bording@gmail.com>
1 parent 37fa585 commit 8196539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Line.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace LibGit2Sharp
1010
public struct Line
1111
{
1212
/// <summary>
13-
/// Points to the number of the original line in the blob
13+
/// The line number of the original line in the blob.
1414
/// </summary>
1515
public int LineNumber { get; }
1616

0 commit comments

Comments
 (0)