Skip to content

Commit 6db3add

Browse files
Added missing line breaks.
1 parent 05de917 commit 6db3add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eiffel-vocabulary/EiffelArtifactCreatedEvent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ __Description:__ The command used to build the artifact within the identified en
4545
### data.requiresImplementation
4646
__Type:__ String
4747
__Required:__ No
48-
__Legal values:__ NONE, ANY, EXACTLY_ONE, AT_LEAST_ONE
48+
__Legal values:__ NONE, ANY, EXACTLY_ONE, AT_LEAST_ONE
4949
__Description:__ Defines whether this artifact requires an implementing artifact. This is typically used for interfaces requiring some backend implementation, although the interface does not presume to define _which_ implementation. Implicitly interpreted as "ANY" if undefined.
50-
NONE signifies that there SHALL no implementations of this artifact. In other words, a composition containing another artifact identifying it in __data.implements__ would be illegal.
51-
ANY signifies that there may or may not be implementations of this artifact.
52-
EXACTLY_ONE signifies that a legal composition must contain one and only one implementation of this artifact.
50+
NONE signifies that there SHALL no implementations of this artifact. In other words, a composition containing another artifact identifying it in __data.implements__ would be illegal.
51+
ANY signifies that there may or may not be implementations of this artifact.
52+
EXACTLY_ONE signifies that a legal composition must contain one and only one implementation of this artifact.
5353
AT_LEAST_ONE signifies that a legal composition must contain one or more implementations of this artifact.
5454

5555
### data.implements

0 commit comments

Comments
 (0)