Commit 2a6a25186951169c53e8228793ae56d1c6142cc9

Josh Stockin 2021-01-04T16:29:10

Fix documentation for git_blob_filter_options

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/blob.h b/include/git2/blob.h
index c547a47..58a87ef 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -119,7 +119,7 @@ typedef enum {
 /**
  * The options used when applying filter options to a file.
  *
- * Initialize with `GIT_BLOB_FILTER_OPTIONS_VERSION`.
+ * Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`.
  *
  */
 typedef struct {