Skip to content

Commit d256e04

Browse files
committed
Fix doc
[fixes #344]
1 parent 944ced4 commit d256e04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/modules/ROOT/pages/node_pattern.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
= Node Pattern
22

33
Node pattern is a DSL to help find specific nodes in the Abstract Syntax Tree
4-
using a simple string.
5-
6-
It reminds the simplicity of regular expressions but used to find specific
7-
nodes of Ruby code.
4+
using a simple string, in a similar fashion to how Regexp is used to find text.
85

96
== History
107

0 commit comments

Comments
 (0)