diff options
-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..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 |