refs: fix copy-paste doc error

This commit is contained in:
Carlos Martín Nieto 2014-03-13 15:54:53 +01:00
parent e59e712f64
commit 2b40390f22

View File

@ -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);