From 2a6a25186951169c53e8228793ae56d1c6142cc9 Mon Sep 17 00:00:00 2001 From: Josh Stockin Date: Mon, 4 Jan 2021 16:29:10 -0600 Subject: Fix documentation for git_blob_filter_options --- include/git2/blob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1