We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1c2cb commit aca9c61Copy full SHA for aca9c61
1 file changed
component-model/src/design/interfaces.md
@@ -4,8 +4,7 @@ Interfaces are based on the idea of [design by contract][wp-contract].
4
In software design, a _contract_ is a specification
5
of how a unit of code should behave.
6
7
-Conceptually, an _interface_ describes a single-focus,
8
-composable contract
+Conceptually, an _interface_ describes a single-focus, composable contract
9
through which components can interact with each other
10
and with hosts.
11
* _Single-focus_: By convention, an interface describes
0 commit comments