Skip to content

Commit 6e9b7c7

Browse files
Fix two tiny documentation issues.
RDoc / YARD wants classes to be referenced by their non-qualified name.
1 parent a202eaa commit 6e9b7c7

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
@@ -628,7 +628,7 @@ static VALUE rb_git_commit_header(VALUE self)
628628

629629
/*
630630
* call-seq:
631-
* Rugged::Commit.extract_signature(repo, commit, field_name) -> [str, str]
631+
* Commit.extract_signature(repo, commit, field_name) -> [str, str]
632632
*
633633
* Returns +commit+'s signature in 'field' and the signed data
634634
*
@@ -744,7 +744,7 @@ static VALUE rb_git_commit_create_to_s(VALUE self, VALUE rb_repo, VALUE rb_data)
744744

745745
/*
746746
* call-seq:
747-
* Rugged::Commit.create_with_signature(repo, content, signature, field_name = "gpgsig") -> oid
747+
* Commit.create_with_signature(repo, content, signature, field_name = "gpgsig") -> oid
748748
*
749749
* Create a commit from the +content+ string and the +signature+,
750750
* adding this data to the +field_name+ header field in the resulting

0 commit comments

Comments
 (0)