We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fa585 commit 8196539Copy full SHA for 8196539
LibGit2Sharp/Line.cs
@@ -10,7 +10,7 @@ namespace LibGit2Sharp
10
public struct Line
11
{
12
/// <summary>
13
- /// Points to the number of the original line in the blob
+ /// The line number of the original line in the blob.
14
/// </summary>
15
public int LineNumber { get; }
16
0 commit comments