Skip to content

Commit f2575eb

Browse files
committed
fix: one more occurrence
1 parent 0a47fbe commit f2575eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchUnitNET/Fluent/Syntax/Elements/Types/GivenTypesThat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public TGivenRuleTypeConjunction ResideInNamespace(string fullName)
138138
public TGivenRuleTypeConjunction ResideInNamespaceMatching(string pattern)
139139
{
140140
_ruleCreator.AddPredicate(
141-
TypePredicatesDefinition<TRuleType>.ResideInNamespace(pattern)
141+
TypePredicatesDefinition<TRuleType>.ResideInNamespaceMatching(pattern)
142142
);
143143
return Create<TGivenRuleTypeConjunction, TRuleType>(_ruleCreator);
144144
}

0 commit comments

Comments
 (0)