File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ and [!relationships](/dsl/language#relationships) keywords to perform bulk opera
3030- ` element.technology==<technology> ` : all elements with the specified technology
3131- ` element.technology!=<technology> ` : all elements without the specified technology
3232- ` element.properties[name]==value ` : all elements that have the specified property with the specified value
33- - ` element==-><identifier> ` : the specified element plus afferent couplings
34- - ` element==<identifier>-> ` : the specified element plus efferent couplings
35- - ` element==-><identifier>-> ` : the specified element plus afferent and efferent couplings
33+ - ` element==-><identifier> ` : the specified element (or group) plus afferent couplings
34+ - ` element==<identifier>-> ` : the specified element (or group) plus efferent couplings
35+ - ` element==-><identifier>-> ` : the specified element (or group) plus afferent and efferent couplings
3636
3737## Relationship expressions
3838
You can’t perform that action at this time.
0 commit comments