Skip to content

Commit d899cd6

Browse files
committed
📖
1 parent e20bf26 commit d899cd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibGit2Sharp/Filter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
namespace LibGit2Sharp
99
{
1010
/// <summary>
11-
/// A filter
11+
/// A filter is a way to execute code against a file as it moves to and from the git
12+
/// repository and into the working directory.
1213
/// </summary>
1314
public abstract class Filter : IEquatable<Filter>
1415
{

0 commit comments

Comments
 (0)