Commit d45ada03cf7635e7bb46807a91b7bc31442123f3

Josh Triplett 2012-08-12T06:31:42

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 b4839be..e98c75e 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