Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Dec 6, 2024
1 parent 0d1cee5 commit c970a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pure.DI.Core/Core/WildcardMatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Pure.DI.Core;
/// <summary>
/// Provides methods for matching file system names.
/// </summary>
public class WildcardMatcher : IWildcardMatcher
internal class WildcardMatcher : IWildcardMatcher
{
// [MS - FSA] 2.1.4.4 Algorithm for Determining if a FileName Is in an Expression
// https://msdn.microsoft.com/en-us/library/ff469270.aspx
Expand Down

0 comments on commit c970a01

Please sign in to comment.