Merge pull request #872 from joshtriplett/fix-note_remove-docs

git_note_create: Copyediting on documentation for the oid parameter
This commit is contained in:
Vicent Martí 2012-08-13 21:02:12 -07:00
commit 0374e6abe7

View File

@ -77,7 +77,7 @@ GIT_EXTERN(int) git_note_create(git_oid *out, git_repository *repo,
* @param notes_ref OID reference to use (optional); defaults to "refs/notes/commits" * @param notes_ref OID reference to use (optional); defaults to "refs/notes/commits"
* @param author signature of the notes commit author * @param author signature of the notes commit author
* @param committer signature of the notes commit committer * @param committer signature of the notes commit committer
* @param oid the oid which note's to be removed * @param oid The OID of the git object to remove the note from
* *
* @return 0 or an error code * @return 0 or an error code
*/ */