From d45ada03cf7635e7bb46807a91b7bc31442123f3 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 12 Aug 2012 06:31:42 -0700 Subject: [PATCH] git_note_foreach: Fix documentation for notes_ref 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..e98c75edf 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