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.
1 parent 1dd86bd commit 8404108Copy full SHA for 8404108
1 file changed
README.md
@@ -678,7 +678,7 @@ await Expect.That(subject).HasVersion().WithMajor.GreaterThanOrEqualTo(2);
678
await Expect.That(subjects).HaveVersion().WithMajor.EqualTo(1);
679
```
680
681
-## Type dependencies and architecture rules
+## Architecture rules
682
683
Layering and architecture rules are expressed over the types a type references **in its signature**:
684
[Type dependencies](#type-dependencies) covers the dependency filters and assertions (including
0 commit comments