Skip to content

Commit

Permalink
fix typo in docs for Rugged::Tag#target_oid
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 11, 2012
1 parent 5376c10 commit 9307fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rugged/rugged_tag.c
Expand Up @@ -61,7 +61,7 @@ static VALUE rb_git_tag_target_GET(VALUE self)
* Return the oid pointed at by this tag, as a <tt>String</tt>
* instance.
*
* tag.target #=> "2cb831a8aea28b2c1b9c63385585b864e4d3bad1"
* tag.target_oid #=> "2cb831a8aea28b2c1b9c63385585b864e4d3bad1"
*/
static VALUE rb_git_tag_target_oid_GET(VALUE self)
{
Expand Down

0 comments on commit 9307fab

Please sign in to comment.