diff options
author | Vicent Martà <vicent@github.com> | 2012-08-13 21:04:27 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-08-13 21:04:27 -0700 |
commit | e08ca0d4a78847ca16a8634b75b877142f685de1 (patch) | |
tree | ee9a2f7d581228fabea9e5ab0042ab91f4f68704 /include/git2/notes.h | |
parent | a6ee6201850974b8089caa77e6b4bf606f265d3c (diff) | |
parent | d45ada03cf7635e7bb46807a91b7bc31442123f3 (diff) | |
download | libgit2-e08ca0d4a78847ca16a8634b75b877142f685de1.tar.gz |
Merge pull request #871 from joshtriplett/fix-note_foreach-docs
git_note_foreach: Fix documentation for notes_ref 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 bde426e33..f688f0143 100644 --- a/include/git2/notes.h +++ b/include/git2/notes.h @@ -119,7 +119,7 @@ typedef struct { * * @param repo Repository where to find the notes. * - * @param notes_ref OID reference to read from (optional); defaults to + * @param notes_ref Reference to read from (optional); defaults to * "refs/notes/commits". * * @param note_cb Callback to invoke per found annotation. Return non-zero |