Skip to content

Commit 138e96a

Browse files
authored
Update README.md
1 parent dc54958 commit 138e96a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ What **eNhancedEdition** has to offer, that is not available in the NetArchTest
2222
- BenMorris/NetArchTest#130 - for generic type, number of type parameters (e.g. `1) is no longer considered as a part of its name
2323
- added new features:
2424
- [Slices](#slices)
25-
- BenMorris/NetArchTest#67 - added predicates: AreOfType, AreNotOfType and conditions: BeOfType, NotBeOfType
25+
- BenMorris/NetArchTest#67 - added rules: AreOfType, AreNotOfType
2626
- BenMorris/NetArchTest#97 - added rules: HaveSourceFileNameMatchingName, HaveSourceFilePathMatchingNamespace
27-
- BenMorris/NetArchTest#100 - differentiate two kinds of immutability : AreImmutable and AreImmutableExternally
27+
- BenMorris/NetArchTest#100 - added rules: AreImmutable, AreImmutableExternally
2828
- BenMorris/NetArchTest#100 - added rules: AreStateless, BeStateless
2929
- BenMorris/NetArchTest#104 - added rule: HaveMatchingTypeWithName
3030
- BenMorris/NetArchTest#105 - dependency search functions: HaveDependencyOnAny/OnlyHaveDependencyOn explain why a type fails test through [IType.Explanation](documentation/api.md#itypeexplanation)
31-
- BenMorris/NetArchTest#126 - added predicates/conditions for structs, enums and delegates
32-
- BenMorris/NetArchTest#131 - added predicates/conditions for all access modifiers: public, internal, private, protected, private protected, protected internal
31+
- BenMorris/NetArchTest#126 - added rules for structs, enums and delegates
32+
- BenMorris/NetArchTest#131 - added rules for all access modifiers: public, internal, private, protected, private protected, protected internal
3333
- BenMorris/NetArchTest#133 - added rules: AreInheritedByAnyType, AreNotInheritedByAnyType
3434

3535

0 commit comments

Comments
 (0)