Skip to content

Commit aca9c61

Browse files
Update component-model/src/design/interfaces.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent bc1c2cb commit aca9c61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

component-model/src/design/interfaces.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Interfaces are based on the idea of [design by contract][wp-contract].
44
In software design, a _contract_ is a specification
55
of how a unit of code should behave.
66

7-
Conceptually, an _interface_ describes a single-focus,
8-
composable contract
7+
Conceptually, an _interface_ describes a single-focus, composable contract
98
through which components can interact with each other
109
and with hosts.
1110
* _Single-focus_: By convention, an interface describes

0 commit comments

Comments
 (0)