summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Stockin <josh@joshstock.in>2021-01-04 16:29:10 -0600
committerJosh Stockin <josh@joshstock.in>2021-01-04 16:29:10 -0600
commitf1151fb31ef0069cad1520739dd54eae0eca2652 (patch)
treef87ab66847a40e78f546e5c3daf55e580da1cab2
parent556e07473b80c8d4e763bda23ecf522136c7d06c (diff)
downloadlibgit2-f1151fb31ef0069cad1520739dd54eae0eca2652.tar.gz
Fix documentation for git_blob_filter_options
-rw-r--r--include/git2/blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 29588ecf0..0c6372c64 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 {