Skip to content

Commit 2c80cbc

Browse files
committed
update docs of lines method
1 parent f030ddb commit 2c80cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/rugged/rugged_patch.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ static VALUE rb_git_diff_patch_stat(VALUE self)
191191
* Boolean value specifying that deletion line counts should be excluded from
192192
* the returned total.
193193
*
194-
* Returns the total number of lines in the patch.
194+
* Returns the total number of lines in the patch, depending on the options
195+
* specified.
195196
*/
196197
static VALUE rb_git_diff_patch_lines(int argc, VALUE *argv, VALUE self)
197198
{

0 commit comments

Comments
 (0)