Fix a small documentation error

This commit is contained in:
yoni_ash
2026-05-29 14:51:11 +04:00
parent e490b18b70
commit 3f1d5c1fa9

View File

@@ -95,7 +95,7 @@ typedef struct {
* A filter that can transform file data * A filter that can transform file data
* *
* This represents a filter that can be used to transform or even replace * This represents a filter that can be used to transform or even replace
* file data. Libgit2 includes one built in filter and it is possible to * file data. Libgit2 includes two built in filter and it is possible to
* write your own (see git2/sys/filter.h for information on that). * write your own (see git2/sys/filter.h for information on that).
* *
* The two builtin filters are: * The two builtin filters are: