Skip to content

Commit

Permalink
refs: fix copy-paste doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Mar 13, 2014
1 parent e59e712 commit 2b40390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/git2/refs.h
Expand Up @@ -416,7 +416,7 @@ GIT_EXTERN(int) git_reference_delete(git_reference *ref);
* looking at its old value.
*
* @param ref The reference to remove
* @return 0, GIT_EMODIFIED or an error code
* @return 0 or an error code
*/
GIT_EXTERN(int) git_reference_remove(git_repository *repo, const char *name);

Expand Down

0 comments on commit 2b40390

Please sign in to comment.