diff --git a/docs/modules/ROOT/pages/node_pattern.adoc b/docs/modules/ROOT/pages/node_pattern.adoc index 65f87daec..3c86a8683 100644 --- a/docs/modules/ROOT/pages/node_pattern.adoc +++ b/docs/modules/ROOT/pages/node_pattern.adoc @@ -1,10 +1,7 @@ = Node Pattern Node pattern is a DSL to help find specific nodes in the Abstract Syntax Tree -using a simple string. - -It reminds the simplicity of regular expressions but used to find specific -nodes of Ruby code. +using a simple string, in a similar fashion to how Regexp is used to find text. == History