From 39a60efd3915c7f2306978c7283313530fe8fada Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 12 Aug 2012 07:06:11 -0700 Subject: [PATCH] git_note_remove: Copyediting on documentation for the oid parameter --- include/git2/notes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/notes.h b/include/git2/notes.h index b4839bec3..8eb34f810 100644 --- a/include/git2/notes.h +++ b/include/git2/notes.h @@ -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 author signature of the notes commit author * @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 */