Skip to content

Commit dc816bb

Browse files
authored
Fix node name typo in dependency matcher example (#6311)
1 parent ace6ae4 commit dc816bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/usage/rule-based-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ pattern = [
11421142
{
11431143
"LEFT_ID": "anchor_founded",
11441144
"REL_OP": ">",
1145-
"RIGHT_ID": "subject",
1145+
"RIGHT_ID": "founded_subject",
11461146
"RIGHT_ATTRS": {"DEP": "nsubj"},
11471147
}
11481148
# ...
@@ -1212,7 +1212,7 @@ pattern = [
12121212
{
12131213
"LEFT_ID": "anchor_founded",
12141214
"REL_OP": ">",
1215-
"RIGHT_ID": "subject",
1215+
"RIGHT_ID": "founded_subject",
12161216
"RIGHT_ATTRS": {"DEP": "nsubj"},
12171217
},
12181218
{

0 commit comments

Comments
 (0)