Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e44514 + 52f8c73 commit e5fdf1bCopy full SHA for e5fdf1b
LibGit2Sharp/CommitFilter.cs
@@ -6,7 +6,7 @@
6
namespace LibGit2Sharp
7
{
8
/// <summary>
9
- /// Criterias used to filter out and order the commits of the repository when querying its history.
+ /// Criteria used to filter out and order the commits of the repository when querying its history.
10
/// </summary>
11
public sealed class CommitFilter
12
@@ -21,7 +21,7 @@ public CommitFilter()
21
}
22
23
24
- /// The ordering stragtegy to use.
+ /// The ordering strategy to use.
25
/// <para>
26
/// By default, the commits are shown in reverse chronological order.
27
/// </para>
0 commit comments