Commit e08ca0d4a78847ca16a8634b75b877142f685de1

Vicent Martí 2012-08-13T21:04:27

Merge pull request #871 from joshtriplett/fix-note_foreach-docs git_note_foreach: Fix documentation for notes_ref parameter

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/notes.h b/include/git2/notes.h
index bde426e..f688f01 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