Skip to content

Commit 54c531e

Browse files
authored
Update docs/topics/yaml-rule-structure-syntax.adoc
1 parent b201ed2 commit 54c531e

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
@@ -515,7 +515,7 @@ In the current release of {ProductShortName}, fully qualified static method matc
515515
* *INHERITANCE*: matches against a class inheriting from a given type.
516516
* *ANNOTATION*: matches against annotations.
517517
* *IMPLEMENTS_TYPE*: matches against any type implementing the given type.
518-
* *ENUM_CONSTANT*: matches against enum constants.
518+
* *ENUM_CONSTANT*: matches against `enum` constants.
519519
* *RETURN_TYPE*: matches against a type being returned by a method.
520520
* *VARIABLE_DECLARATION*: matches against a type being declared as a variable.
521521
* *FIELD* (declaration): matches against a type appearing in a field declaration. It can be coupled with an annotation match, this being an annotation happening on the field.

0 commit comments

Comments
 (0)