summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Stockin <josh@joshstock.in>2021-01-04 16:29:10 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2021-06-30 08:58:12 -0500
commit2a6a25186951169c53e8228793ae56d1c6142cc9 (patch)
tree50c68b316a366c3236a5a782d9783f2502970103
parent76bfc25f22bd9d6b040a419a545372cc257b202b (diff)
downloadlibgit2-2a6a25186951169c53e8228793ae56d1c6142cc9.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 c547a47a2..58a87ef50 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 {