Commit 2b40390f by Carlos Martín Nieto

refs: fix copy-paste doc error

parent e59e712f
...@@ -416,7 +416,7 @@ GIT_EXTERN(int) git_reference_delete(git_reference *ref); ...@@ -416,7 +416,7 @@ GIT_EXTERN(int) git_reference_delete(git_reference *ref);
* looking at its old value. * looking at its old value.
* *
* @param ref The reference to remove * @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); GIT_EXTERN(int) git_reference_remove(git_repository *repo, const char *name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment