Skip to content

Commit 8404108

Browse files
committed
Rename 'Type dependencies and architecture rules' to 'Architecture rules'
Updated section headers for clarity and consistency.
1 parent 1dd86bd commit 8404108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ await Expect.That(subject).HasVersion().WithMajor.GreaterThanOrEqualTo(2);
678678
await Expect.That(subjects).HaveVersion().WithMajor.EqualTo(1);
679679
```
680680

681-
## Type dependencies and architecture rules
681+
## Architecture rules
682682

683683
Layering and architecture rules are expressed over the types a type references **in its signature**:
684684
[Type dependencies](#type-dependencies) covers the dependency filters and assertions (including

0 commit comments

Comments
 (0)