Skip to content

Commit b59c013

Browse files
Merge pull request #658 from libgit2/arthur/doc-fixes
Fix two tiny documentation issues.
2 parents 750c36e + 6e9b7c7 commit b59c013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/rugged/rugged_commit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ static VALUE rb_git_commit_header(VALUE self)
657657

658658
/*
659659
* call-seq:
660-
* Rugged::Commit.extract_signature(repo, commit, field_name) -> [str, str]
660+
* Commit.extract_signature(repo, commit, field_name) -> [str, str]
661661
*
662662
* Returns +commit+'s signature in 'field' and the signed data
663663
*
@@ -773,7 +773,7 @@ static VALUE rb_git_commit_create_to_s(VALUE self, VALUE rb_repo, VALUE rb_data)
773773

774774
/*
775775
* call-seq:
776-
* Rugged::Commit.create_with_signature(repo, content, signature, field_name = "gpgsig") -> oid
776+
* Commit.create_with_signature(repo, content, signature, field_name = "gpgsig") -> oid
777777
*
778778
* Create a commit from the +content+ string and the +signature+,
779779
* adding this data to the +field_name+ header field in the resulting

0 commit comments

Comments
 (0)