Merge pull request #11964 from pitwegner/master

Add component dependency in text and diagram
This commit is contained in:
Fredrik Adelöw
2022-06-10 13:43:35 +02:00
committed by GitHub
3 changed files with 6 additions and 4 deletions
@@ -33,8 +33,8 @@ tracked in source control, or use some existing open source or commercial
software.
A component can implement APIs for other components to consume. In turn it might
depend on APIs implemented by other components, or resources that are attached
to it at runtime.
consume APIs implemented by other components, or directly depend on components or
resources that are attached to it at runtime.
### API