diff options
author | Vicent Martà <vicent@github.com> | 2012-08-13 21:02:12 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-08-13 21:02:12 -0700 |
commit | 0374e6abe7a2c6c030d07aaae9ca4671dc9d0c6b (patch) | |
tree | d49670214d4399da5efcefcc4666b801f1e49b28 /include/git2/notes.h | |
parent | b7916444d989f2b5ae8aed6c3ebdea3313e8a32e (diff) | |
parent | 39a60efd3915c7f2306978c7283313530fe8fada (diff) | |
download | libgit2-0374e6abe7a2c6c030d07aaae9ca4671dc9d0c6b.tar.gz |
Merge pull request #872 from joshtriplett/fix-note_remove-docs
git_note_create: Copyediting on documentation for the oid parameter
Diffstat (limited to 'include/git2/notes.h')
-rw-r--r-- | include/git2/notes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |