Skip to content

Commit 0e08891

Browse files
authored
Fix obvious typo in EiffelEnvironmentDefinedEvent docs (#254)
1 parent ca7c360 commit 0e08891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eiffel-vocabulary/EiffelEnvironmentDefinedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ __Description:__ The name of the environment.
2929
### data.version
3030
__Type:__ String
3131
__Required:__ No
32-
__Description:__ The version of the environment, if any. This is in a sense redundant, as relationships between compositions can be tracked via the __PREVIOUS_VERSION__ link type, but can be used for improved clarity and semantics.
32+
__Description:__ The version of the environment, if any. This is in a sense redundant, as relationships between environments can be tracked via the __PREVIOUS_VERSION__ link type, but can be used for improved clarity and semantics.
3333

3434
### data.image
3535
__Type:__ String

0 commit comments

Comments
 (0)