Skip to content

Commit e0f747c

Browse files
authored
Update docs/topics/yaml-rule-structure-syntax.adoc
1 parent 1a447ca commit e0f747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/yaml-rule-structure-syntax.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ when:
379379
----
380380
<1> A regular expression pattern to match, for example, `org.kubernetes*`.
381381
<2> Specifies the exact location where the pattern needs to be matched, for example, `IMPORT`.
382-
<3> Checks for specific annotations and their elements, such as name and value in the Java code using a query. For example, the following query matches the Bean(url = “http://www.example.com”) annotation in the method.
382+
<3> Checks for specific annotations and their elements, such as name and value in the Java code using a query.
383383

384384

385385
.Examples

0 commit comments

Comments
 (0)